[jboss-cvs] jboss-seam/examples/wiki/view/includes ...

Christian Bauer christian at hibernate.org
Wed Jan 9 10:59:27 EST 2008


  User: cbauer  
  Date: 08/01/09 10:59:27

  Modified:    examples/wiki/view/includes  writeProtectionSelector.xhtml
  Log:
  JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/includes/writeProtectionSelector.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: writeProtectionSelector.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/writeProtectionSelector.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- writeProtectionSelector.xhtml	19 Dec 2007 04:29:19 -0000	1.1
  +++ writeProtectionSelector.xhtml	9 Jan 2008 15:59:27 -0000	1.2
  @@ -5,7 +5,7 @@
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:wiki="http://jboss.com/products/seam/wiki"
        xmlns:s="http://jboss.com/products/seam/taglib"
  -     rendered="#{currentUser.admin}">
  +     rendered="#{s:hasPermission('User', 'isAdmin', currentUser)}">
   
       <s:div styleClass="entry">
           <div class="label">&#160;</div>
  
  
  



More information about the jboss-cvs-commits mailing list