Ignore:
Timestamp:
Feb 18, 2010, 1:29:00 AM (14 years ago)
Author:
gav
Message:

Minor code formatting.

File:
1 edited

Legend:

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

    r369 r375  
    101101        // In the case of an actionSubmit button, rewrite action name from 'index'.
    102102        if(params._action_Show)
    103         { params.action='show' }
     103            params.action='show'
    104104
    105105        def assetSubItemInstance = AssetSubItem.get( params.id )
     
    135135        // In the case of an actionSubmit button, rewrite action name from 'index'.
    136136        if(params._action_Edit)
    137         { params.action='edit' }
     137            params.action='edit'
    138138
    139139        def assetSubItemInstance = AssetSubItem.get( params.id )
Note: See TracChangeset for help on using the changeset viewer.