Changeset 633 for trunk/grails-app/controllers/PersonController.groovy
- Timestamp:
- Jul 19, 2010, 8:47:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/PersonController.groovy
r628 r633 157 157 person.properties = params 158 158 person.setPersonGroupsFromCheckBoxList(params.personGroups) 159 person.setPurchasingGroupsFromCheckBoxList(params.purchasingGroups) 159 160 160 161 if(params.pass == "") { … … 194 195 person.password = authenticateService.encodePassword(params.pass) 195 196 person.setPersonGroupsFromCheckBoxList(params.personGroups) 197 person.setPurchasingGroupsFromCheckBoxList(params.purchasingGroups) 196 198 if (person.save(flush: true)) { 197 199 addRemoveAuthorities(person)
Note: See TracChangeset
for help on using the changeset viewer.