Ignore:
Timestamp:
May 6, 2009, 3:40:07 AM (15 years ago)
Author:
gav
Message:

Logins now route through a welcome action to allow flash message and user environment setup. Session timeout now user configurable and defaults to 12 hours. Work on Planned Maintenance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r125 r127  
    242242        def taskPriorityInstance
    243243
     244        taskPriorityInstance = new TaskPriority(name:"Normal")
     245        BootStrapSaveAndTest(taskPriorityInstance)
     246
    244247        taskPriorityInstance = new TaskPriority(name:"Low")
    245         BootStrapSaveAndTest(taskPriorityInstance)
    246 
    247         taskPriorityInstance = new TaskPriority(name:"Normal")
    248248        BootStrapSaveAndTest(taskPriorityInstance)
    249249
Note: See TracChangeset for help on using the changeset viewer.