Skip to content

Commit 3663b5d

Browse files
authored
#26 entityUid no longer mandatory
Fix error message.
1 parent 10182a6 commit 3663b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/controllers/au/org/ala/logger/LoggerController.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class LoggerController {
285285
*/
286286
def getReasonBreakdownByMonth() {
287287
if (!params.eventId) {
288-
handleError(HttpStatus.BAD_REQUEST, "Request is missing eventId and/or entityUid")
288+
handleError(HttpStatus.BAD_REQUEST, "Request is missing eventId parameter")
289289
} else {
290290
def results
291291

0 commit comments

Comments
 (0)