Index: trunk/grails-app/conf/Config.groovy
===================================================================
--- trunk/grails-app/conf/Config.groovy	(revision 395)
+++ trunk/grails-app/conf/Config.groovy	(revision 412)
@@ -288,4 +288,12 @@
             [order:91, controller:'extendedAttributeTypeDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
         ]
+    ],
+    [order:150, controller:'departmentDetailed', title:'department', action:'list',
+        subItems: [
+            [order:10, controller:'departmentDetailed', title:'Department List', action:'list', isVisible: { true }],
+            [order:20, controller:'departmentDetailed', title:'Create', action:'create', isVisible: { true }],
+            [order:90, controller:'departmentDetailed', title:'Show', action:'show', isVisible: { params.action == 'show' }],
+            [order:91, controller:'departmentDetailed', title:'Edit', action:'edit', isVisible: { params.action == 'edit' }]
+        ]
     ]
 ]
