Skip to content

Commit

Permalink
commit updates to add new param #1056
Browse files Browse the repository at this point in the history
  • Loading branch information
salomon-j committed Jan 23, 2025
1 parent 810cd1f commit c3a157f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ActivityController {
}

def get(String id) {
def detail = params.view == SCORES ? [SCORES] : []
def detail = params.view == SCORES ? [SCORES] : params.view
if (!id) {

def list = activityService.getAll(params.boolean('includeDeleted'), params.view)
Expand Down

0 comments on commit c3a157f

Please sign in to comment.