Ignore:
Timestamp:
Oct 4, 2009, 12:59:04 AM (15 years ago)
Author:
gav
Message:

Minor bootstrap change, adjust security to accept all /plugin/ urls.
Tested every dateChooser under the sun only to come back to RichUI, only needs to support "EEE, dd-MMM-yyyy" format and have dropdowns for year and month and it would be perfect.
Placed a dateChooser on Task Create view.

File:
1 edited

Legend:

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

    r142 r145  
    155155        //Person #2
    156156        personInstance = new Person(loginName:"manager",
    157                                     firstName:"Meca",
     157                                    firstName:"Demo",
    158158                                    lastName:"Manager",
    159159                                    pass:passClearText,
Note: See TracChangeset for help on using the changeset viewer.