. 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:
Kevin Roast
2006-12-05 17:19:23 +00:00
parent 5c312a7ece
commit ae4d6a0fd2
15 changed files with 753 additions and 7 deletions

View File

@@ -313,7 +313,7 @@ public class CreateWebsiteWizard extends BaseWizardBean
* @param params Serializable workflow params
* @param workflowRef The noderef to write the property too
*/
private void serializeWorkflowParams(Serializable params, NodeRef workflowRef)
public static void serializeWorkflowParams(Serializable params, NodeRef workflowRef)
{
try
{