Changeset 318 for trunk/grails-app/controllers
- Timestamp:
 - Feb 5, 2010, 11:08:54 AM (16 years ago)
 - Location:
 - trunk/grails-app/controllers
 - Files:
 - 
          
- 2 edited
 
- 
          AppCoreController.groovy (modified) (1 diff)
 - 
          AssetDetailedController.groovy (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/controllers/AppCoreController.groovy
r310 r318 34 34 */ 35 35 def start = { 36 }37 38 /**39 * Save the asset Tree status in the current http session.40 */41 def saveAssetTreeStatus = {42 session.assetTreeVisibleBranches = params.assetTreeVisibleBranches43 36 } 44 37  - 
        
trunk/grails-app/controllers/AssetDetailedController.groovy
r312 r318 23 23 def s = assetTreeService.buildAssetTree(params, session) 24 24 render s 25 } 26 27 /** 28 * Save the asset tree status in the current http session. 29 */ 30 def saveAssetTreeStatus = { 31 session.assetTreeVisibleBranches = params.assetTreeVisibleBranches 25 32 } 26 33  
Note: See TracChangeset
          for help on using the changeset viewer.
      