Skip to content

Commit

Permalink
Support multivalued boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Mar 2, 2011
1 parent 3b9172f commit 94c0bb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rundeckapp/grails-app/controllers/EditOptsController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ class EditOptsController {
if(null==params.required){
params.required=false
}
if(null==params.multivalued){
params.multivalued=false
}
opt.properties = params
if(params.valuesType == 'list'){
opt.valuesUrl=null
Expand Down

0 comments on commit 94c0bb4

Please sign in to comment.