Introduce UI activity filtering based on roles
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui / META-INF / spring / editors.xml
index 747c2b7b696e3ee7e3c0f278be207d8fa4ead385..bd01515132f2490f7833e23e4ec11daf3cd4bb48 100644 (file)
@@ -5,7 +5,7 @@
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
        <!-- Editors -->
-       <bean id="org.argeo.security.ui.argeoUserEditor" class="org.argeo.security.ui.editors.ArgeoUserEditor"
+       <bean id="adminArgeoUserEditor" class="org.argeo.security.ui.editors.ArgeoUserEditor"
                scope="prototype">
                <property name="securityService" ref="securityService" />
        </bean>