[
https://issues.jboss.org/browse/GTNPORTAL-2456?page=com.atlassian.jira.pl...
]
Trong Tran resolved GTNPORTAL-2456.
-----------------------------------
Fix Version/s: 3.4.0.Final
(was: 4.x)
Resolution: Done
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: 3.4.0.Final
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira