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:
@@ -337,7 +337,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
|
||||
|
||||
Utils.encodeRecursive(context, aquireAction(
|
||||
context, mainStore, username, ACT_SANDBOX_SUBMITALL, "/images/icons/submit_all.gif",
|
||||
"#{AVMBrowseBean.submitAll}", null));
|
||||
"#{AVMBrowseBean.setupSubmitAllAction}", "dialog:submitSandboxItems"));
|
||||
out.write(" ");
|
||||
|
||||
Utils.encodeRecursive(context, aquireAction(
|
||||
@@ -663,7 +663,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
|
||||
out.write(": ");
|
||||
Utils.encodeRecursive(fc, aquireAction(
|
||||
fc, userStorePrefix, username, ACT_SANDBOX_SUBMITSELECTED, "/images/icons/submit_all.gif",
|
||||
"#{AVMBrowseBean.submitSelected}", null));
|
||||
"#{AVMBrowseBean.setupSandboxAction}", "dialog:submitSandboxItems"));
|
||||
out.write(" ");
|
||||
Utils.encodeRecursive(fc, aquireAction(
|
||||
fc, userStorePrefix, username, ACT_SANDBOX_REVERTSELECTED, "/images/icons/revert_all.gif",
|
||||
@@ -1048,7 +1048,7 @@ public class UIUserSandboxes extends SelfRenderingComponent
|
||||
{
|
||||
List<AVMNodeDescriptor> nodes = null;
|
||||
|
||||
if (username != null)
|
||||
if (username != null && this.checkedItems != null)
|
||||
{
|
||||
List<AVMNodeDescriptor> paths = this.userNodes.get(username);
|
||||
if (paths != null)
|
||||
|
Reference in New Issue
Block a user