Skip to content

Commit

Permalink
Replaced redirection to non-existing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ferryjagers committed May 20, 2016
1 parent e6e312d commit b24ca00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class StudyController {
protected def prepareDataForDatatableView( entityClass ) {
def study = getStudyFromRequest( params )
if( !study ) {
redirect action: "add"
redirect action: 'list'
return
}

Expand Down

0 comments on commit b24ca00

Please sign in to comment.