X-Git-Url: http://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fsrc%2Fargeo-ria-lib%2Fsecurity%2Fclass%2Forg%2Fargeo%2Fsecurity%2Fria%2FPerspective.js;h=607653a9f7fa0753397db8f64d52f92ef194984a;hp=28a15243b7fbf5c402784002241570a3d6930a34;hb=191f2b472ed75b77e4fad29a0e62eb6cd768bd05;hpb=b16e71ad3e7d9a5d215f4a53df5fbeee5d02c6e1 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" },