Commit b464dc7
authored
include some project data in challenge queries (#1260)
* include some project data in challenge queries
* Revert embedded project object from project listChildren
insertProjectJSON replaces a challenge's numeric `parent` with the full
project object, which breaks the maproulette-java-client integration
tests: ProjectAPI.children deserializes Challenge.parent as a long.
GET /project/:id/challenges keeps the scalar parent; exploreChallenges
still embeds the project.1 parent cf96995 commit b464dc7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1171 | 1171 | | |
1172 | 1172 | | |
1173 | 1173 | | |
1174 | | - | |
| 1174 | + | |
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
| |||
0 commit comments