Skip to content

Commit

Permalink
Fix mail notifications
Browse files Browse the repository at this point in the history
issue #186
  • Loading branch information
gschueler committed Jul 11, 2012
1 parent bff99b9 commit 44d6207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rundeckapp/grails-app/domain/Workflow.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public class Workflow {
static constraints = {
strategy(nullable:false, inList:['node-first','step-first'])
}
static mapping = {
commands lazy: false
}
public String toString() {
return "Workflow:(threadcount:${threadcount}){ ${commands} }"
}
Expand Down

0 comments on commit 44d6207

Please sign in to comment.