. 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:
Kevin Roast
2007-01-15 18:38:24 +00:00
parent ebd204500d
commit d1324409be
4 changed files with 36 additions and 4 deletions

View File

@@ -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