Skip to content

Commit de8993f

Browse files
committed
Merge branch 'develop'
2 parents c9064c7 + 71d102d commit de8993f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
// id "com.moowork.node" version "1.1.1"
2424
}
2525

26-
version "4.0.5"
26+
version "4.1-SNAPSHOT"
2727
group "au.org.ala"
2828
description "Digivol application"
2929

Diff for: grails-app/controllers/au/org/ala/volunteer/AdminController.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class AdminController {
283283

284284
def dates = taskService.getProjectDates()
285285

286-
def projectSummaries = projectService.getProjectSummaryList()
286+
def projectSummaries = projectService.getProjectSummaryList(params)
287287

288288
projects.each { project ->
289289
def summary = projectSummaries.projectRenderList.find { it.project.id == project.id }

0 commit comments

Comments
 (0)