Skip to content

Commit

Permalink
Accept empty options from edit session [#289 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 17, 2011
1 parent 2080905 commit 8ce3062
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -889,7 +889,7 @@ class ScheduledExecutionController {
}
scheduledExecution.options=null
}
if( params['_sessionopts'] && session.editOPTS && session.editOPTS[scheduledExecution.id.toString()]){
if( params['_sessionopts'] && session.editOPTS && null!=session.editOPTS[scheduledExecution.id.toString()]){
def optsmap=session.editOPTS[scheduledExecution.id.toString()]

def optfailed=false
Expand Down

0 comments on commit 8ce3062

Please sign in to comment.