]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/META-INF/spring/editors.xml
Enable user and group deletion. Remove dynamic Editor icon that triggered NPE on...
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / META-INF / spring / editors.xml
index 740792a61b3c16a0b0860c89504a25e8b47c8f00..e9cf5ac8d94052c5ee4fa7143447aa825de21164 100644 (file)
@@ -4,10 +4,15 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
+
        <!-- Editors -->
-       <bean id="adminArgeoUserEditor" class="org.argeo.security.ui.admin.editors.ArgeoUserEditor"
+       <bean id="userEditor" class="org.argeo.security.ui.admin.editors.UserEditor"
                scope="prototype">
-               <property name="userAdminService" ref="userAdminService" />
-               <property name="repository" ref="nodeRepository" />
+               <property name="userAdmin" ref="userAdmin" />
+               <property name="userTransaction" ref="userTransaction" />
        </bean>
+
+       <!-- <bean id="groupEditor" class="org.argeo.security.ui.admin.editors.GroupEditor" 
+               scope="prototype"> <property name="userAdmin" ref="userAdmin" /> </bean> -->
+       <!-- LEGACY -->
 </beans>