Author: mposolda
Date: 2012-02-28 07:56:11 -0500 (Tue, 28 Feb 2012)
New Revision: 8475
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/organization-configuration.xml
Log:
Bug 793804 Adding MembershipUpdateListener to force update of UI permissions for
particular user if memberships of this user are updated.
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/organization-configuration.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/organization-configuration.xml 2012-02-28
03:37:35 UTC (rev 8474)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/organization-configuration.xml 2012-02-28
12:56:11 UTC (rev 8475)
@@ -299,6 +299,12 @@
</init-params>
</component-plugin>
+ <component-plugin>
+ <name>MembershipUpdateListener</name>
+ <set-method>addListenerPlugin</set-method>
+
<type>org.exoplatform.services.organization.impl.MembershipUpdateListener</type>
+ </component-plugin>
+
<!--
<component-plugin>
<name>ecm.new.user.event.listener</name>