Ignore:
Timestamp:
Oct 8, 2009, 7:58:38 PM (15 years ago)
Author:
gav
Message:

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig?.groovy
Some work on adding assignedPerson work flow and PersonController?.
Add navAlt and filterPane search to Person and TaskProcedure?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/TaskDetailedController.groovy

    r144 r147  
    202202
    203203    def show = {
    204        
     204
    205205        // In the case of an actionSubmit button, rewrite action name from 'index'.
    206206        if(params._action_Show)
     
    286286
    287287    def edit = {
    288        
     288
    289289        // In the case of an actionSubmit button, rewrite action name from 'index'.
    290290        if(params._action_Edit)
Note: See TracChangeset for help on using the changeset viewer.