Commit 59f03328 by Tuukka Kivilahti

dunno what

1 parent 66344b41
......@@ -68,6 +68,7 @@
<h:outputText value="Edit" />
</f:facet>
<h:commandButton action="#{userView.edit()}" value="Edit" />
</h:column>
</h:dataTable>
......
......@@ -43,7 +43,7 @@ public class SessionHandler {
}
public boolean hasPermission(String target, RolePermission permission) {
return false;
return true;
//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!