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 2003/09/29 11:09:16 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/content/admin/groups members.xsp

andreas     2003/09/29 02:09:16

  Modified:    src/webapp/lenya/content/admin/groups members.xsp
  Log:
  replaced "user-id" with "group-id"
  (fixes bug #359)
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-lenya/src/webapp/lenya/content/admin/groups/members.xsp
  
  Index: members.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/content/admin/groups/members.xsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- members.xsp	8 Jul 2003 16:12:12 -0000	1.1
  +++ members.xsp	29 Sep 2003 09:09:16 -0000	1.2
  @@ -15,7 +15,7 @@
     
     <page>
       <continuation><jpath:continuation/></continuation>
  -    <group><id><jpath:value-of select="user-id"/></id></group>
  +    <group><id><jpath:value-of select="group-id"/></id></group>
       
       <xsp:logic>
         java.util.List users = (java.util.List) <jpath:value-of select="users"/>;
  
  
  

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