mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Root webapp name "ROOT" now fixed for a web project
. Changes for NameMatcher usage in avm sync service compare() method . Abstraction of AVM web-client workflow utils methods into AVMWorkflowUtil class . Refactor of SubmitDialog to use workflow util . Refactor of CreateWebContentWizard to use workflow utils - now launches a workflow on submit git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4531 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -178,8 +178,7 @@ public class WorkflowUtil
|
||||
// marshal the properties and associations captured by the property sheet
|
||||
// back into a Map to pass to the workflow service
|
||||
|
||||
// go through all the properties in the transient node and add them to
|
||||
// params map
|
||||
// go through all the properties in the transient node and add them to params map
|
||||
Map<String, Object> props = node.getProperties();
|
||||
for (String propName : props.keySet())
|
||||
{
|
||||
|
Reference in New Issue
Block a user