You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/01/03 16:29:22 UTC

svn commit: r123989 - /lenya/trunk/src/webapp/lenya/admin.xmap

Author: andreas
Date: Mon Jan  3 07:29:21 2005
New Revision: 123989

URL: http://svn.apache.org/viewcvs?view=rev&rev=123989
Log:
user-groups usecase added
Modified:
   lenya/trunk/src/webapp/lenya/admin.xmap

Modified: lenya/trunk/src/webapp/lenya/admin.xmap
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/admin.xmap?view=diff&rev=123989&p1=lenya/trunk/src/webapp/lenya/admin.xmap&r1=123988&p2=lenya/trunk/src/webapp/lenya/admin.xmap&r2=123989
==============================================================================
--- lenya/trunk/src/webapp/lenya/admin.xmap	(original)
+++ lenya/trunk/src/webapp/lenya/admin.xmap	Mon Jan  3 07:29:21 2005
@@ -87,6 +87,9 @@
       <map:match pattern="admin.changePassword" type="usecase">
         <map:mount src="usecases/usecase.xmap" uri-prefix="" check-reload="yes" reload-method="synchron"/>
       </map:match>
+      <map:match pattern="admin.userGroups" type="usecase">
+        <map:mount src="usecases/usecase.xmap" uri-prefix="" check-reload="yes" reload-method="synchron"/>
+      </map:match>
     </map:pipeline>
     
     <!-- =================================================================== -->

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org