Ignore:
Timestamp:
Feb 1, 2010, 7:56:41 AM (14 years ago)
Author:
gav
Message:

Asset tree taglib now saves it's status in the http session along with some improvement to the button css.

File:
1 edited

Legend:

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

    r298 r307  
    3434    */
    3535    def start = {
     36    }
     37
     38    /**
     39    * Save the asset Tree status in the current http session.
     40    */
     41    def saveAssetTreeStatus = {
     42        session.assetTreeVisibleBranches = params.assetTreeVisibleBranches
    3643    }
    3744
     
    6471    def changePassword = {
    6572        //def principal = authenticateService.principal()
    66         //println principal.getAuthorities()
     73        //log.info principal.getAuthorities()
    6774
    6875        if (request.method == 'GET') {
Note: See TracChangeset for help on using the changeset viewer.