Skip to content

Commit

Permalink
fix plugin load order
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Aug 21, 2012
1 parent 86fa57b commit 895ea3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ActivitiSpringSecurityGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class ActivitiSpringSecurityGrailsPlugin {
"grails-app/views/error.gsp"
]

// load after grails activiti plugin
def loadAfter = ['activiti']

// TODO Fill in these fields
def author = "Lim Chee Kin"
def authorEmail = "limcheekin@vobject.com"
Expand Down

0 comments on commit 895ea3c

Please sign in to comment.