Commit 59f03328 by Tuukka Kivilahti

dunno what

1 parent 66344b41
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<h:outputText value="Edit" /> <h:outputText value="Edit" />
</f:facet> </f:facet>
<h:commandButton action="#{userView.edit()}" value="Edit" /> <h:commandButton action="#{userView.edit()}" value="Edit" />
</h:column> </h:column>
</h:dataTable> </h:dataTable>
......
...@@ -43,7 +43,7 @@ public class SessionHandler { ...@@ -43,7 +43,7 @@ public class SessionHandler {
} }
public boolean hasPermission(String target, RolePermission permission) { public boolean hasPermission(String target, RolePermission permission) {
return false; return true;
//return handlerbean.hasPermission(target, getUser(), permission); //return handlerbean.hasPermission(target, getUser(), permission);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!