From: Charles du Jeu Date: Sun, 22 Nov 2009 17:07:53 +0000 (+0000) Subject: Give access to anyone except anonymous X-Git-Tag: argeo-commons-2.1.30~1702 X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=191f2b472ed75b77e4fad29a0e62eb6cd768bd05 Give access to anyone except anonymous git-svn-id: https://svn.argeo.org/commons/trunk@3145 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js index 28a15243b..607653a9f 100644 --- a/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js +++ b/security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/Perspective.js @@ -19,7 +19,7 @@ qx.Class.define("org.argeo.security.ria.Perspective", { statics : { LABEL : "RIA Security", ICON : "org.argeo.security.ria/preferences-security.png", - ACCESS:"ROLE_ADMIN" + ACCESS:"!ROLE_ANONYMOUS" },