Changeset 318 for trunk/grails-app/controllers/AppCoreController.groovy
- Timestamp:
- Feb 5, 2010, 11:08:54 AM (15 years ago)
- File:
-
- 1 edited
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
Note: See TracChangeset
for help on using the changeset viewer.