[root]/grails-app/views/personGroup
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
gav | 20 (100.0%) | 19 (100.0%) | 0.9 |
Svn move personGroup and personGroupType controllers and views to detailed.
Add links from person edit view to groups.
0 lines of code changed in 4 files:
Resolve ticket #12 again.
Turn query cache on again since this did not resolve the problem.
Implement fix as per http://jira.codehaus.org/browse/GRAILS-5111, add flush:true to save.
Adjust templates to include above and remove home url.
Re-generate all non detailed views and controllers.
Manually add flush:true and remove home url to detailed views and controllers.
1 lines of code changed in 4 files:
Add test and message for no granted authority to !LoginController.
Correct belongsTo in Person-PersonGroup relationship.
Re-generate PersonGroup controller and views.
Add more help balloon messages for Person and Task.
Default ROLE_AppUser to ON when creating a person.
1 lines of code changed in 1 file:
Replace all deprecated "createLinkTo" links with "resource".
4 lines of code changed in 5 files:
Run generate-all on all controllers and views except Person and Authority.
Extensive work on Asset domain and application now compiles and runs well.
Update BootStrap to suite.
13 lines of code changed in 6 files: