]
kien nguyen reassigned GTNPORTAL-2456:
--------------------------------------
Assignee: kien nguyen
GroupPortalConfigListener always create new portal config for group
existed
---------------------------------------------------------------------------
Key: GTNPORTAL-2456
URL:
https://issues.jboss.org/browse/GTNPORTAL-2456
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: kien nguyen
Assignee: kien nguyen
Fix For: 4.0.0
Step reproduce
Add portlet Organization Manager to Administrator's page(ex: Application register)
Use this portlet update group Administrator
Save ==> Exception
The case is:
In GroupPortalConfigListener.preSave() portalConfigService always run createGroupSite
method. Need check isNew after portal config service create new portal config for group
{code}
public void preSave(Group group, boolean isNew) throws Exception {
....
portalConfigService.createGroupSite(groupId);
....
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: