Skip to content

Commit

Permalink
fixes a bug with document list page
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Dec 12, 2024
1 parent 0b77051 commit 0013c90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DocumentController {
WebService webService
GrailsApplication grailsApplication

def get(String id) {
def get(String documentId) {
if (!documentId) {
render text: [message: "Document not found"] as JSON, status: HttpStatus.SC_NOT_FOUND
return
Expand Down

0 comments on commit 0013c90

Please sign in to comment.