mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Fix to issue saving modified workflow configuration overwriting old settings
- http://issues.alfresco.com/browse/WCM-219 . Fix to issue saving removed association(s) from worklow config - http://issues.alfresco.com/browse/WCM-141 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4837 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -473,9 +473,11 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
new String[] {buf.toString()});
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the invited users for the project - as UserWrapper instances
|
||||
*/
|
||||
public List<UserWrapper> getInvitedUsers()
|
||||
{
|
||||
|
||||
final FacesContext fc = FacesContext.getCurrentInstance();
|
||||
List<UserGroupRole> invitedUserRoles = (List<UserGroupRole>)
|
||||
getInviteUsersWizard().getUserRolesDataModel().getWrappedData();
|
||||
@@ -497,6 +499,7 @@ public class CreateWebsiteWizard extends BaseWizardBean
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------------------
|
||||
// Define Web Content Workflows page
|
||||
|
||||
|
Reference in New Issue
Block a user