mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. Checkpoint of the Submit dialog for user sandbox assets
- first pass of JSP layout - multiple items or all items available for selection - calculation of available workflows, from those assigned to form assets and assigned to the website - creation of AVM workflow package - starting of workflow containing AVM package (appears in users task todo dashlet!) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4524 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -215,13 +215,13 @@ public class EditWebsiteWizard extends CreateWebsiteWizard
|
||||
}
|
||||
|
||||
/**
|
||||
* Deserialize the workflow params from a content stream
|
||||
* Deserialize the default workflow params from a content stream
|
||||
*
|
||||
* @param workflowRef The noderef to write the property too
|
||||
*
|
||||
* @return Serializable workflow params
|
||||
*/
|
||||
private Serializable deserializeWorkflowParams(NodeRef workflowRef)
|
||||
public static Serializable deserializeWorkflowParams(NodeRef workflowRef)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user