Index: branches/TaskRewrite/src/grails-app/controllers/EntryController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/EntryController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/EntryController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/EntryTypeController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/EntryTypeController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/EntryTypeController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/ModificationController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/ModificationController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/ModificationController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/ModificationTypeController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/ModificationTypeController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/ModificationTypeController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/PersonGroupController.groovy	(revision 74)
@@ -7,5 +7,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/PersonGroupTypeController.groovy	(revision 74)
@@ -7,5 +7,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/TaskController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/TaskGroupController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/TaskGroupController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/TaskGroupController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/TaskPriorityController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/TaskPriorityController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/TaskPriorityController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/TaskStatusController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/TaskStatusController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/TaskStatusController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
Index: branches/TaskRewrite/src/grails-app/controllers/TaskTypeController.groovy
===================================================================
--- branches/TaskRewrite/src/grails-app/controllers/TaskTypeController.groovy	(revision 73)
+++ branches/TaskRewrite/src/grails-app/controllers/TaskTypeController.groovy	(revision 74)
@@ -6,5 +6,5 @@
 
     // the delete, save and update actions only accept POST requests
-    def allowedMethods = [delete:'POST', save:'POST', update:'POST']
+    static allowedMethods = [delete:'POST', save:'POST', update:'POST']
 
     def list = {
