Ignore:
Timestamp:
Oct 9, 2009, 10:11:43 PM (15 years ago)
Author:
gav
Message:

Add params.message to Person create and edit views.
Code format to 4 spaces, no tabs.

File:
1 edited

Legend:

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

    r149 r150  
    5555            def personInstance = Person.get(authenticateService.userDomain().id)
    5656            return [ personInstance : personInstance ]       
    57         } 
     57        }
    5858
    5959        if (request.method == 'POST') {
Note: See TracChangeset for help on using the changeset viewer.