mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for create new workflow regression
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8010 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -194,7 +194,7 @@ var OfficeMyTasks =
|
||||
var wrkDescription=$('wrkDescription').value;
|
||||
|
||||
OfficeAddin.showStatusText("Starting workflow...", "ajax_anim.gif", false);
|
||||
var actionURL = commandURL + "?a=workflow&d=" + Doc;
|
||||
var actionURL = commandURL + "?a=workflow&n=" + Doc;
|
||||
actionURL += "&wt=" + wrkType;
|
||||
actionURL += "&at=" + wrkAssignTo;
|
||||
// Date supplied?
|
||||
|
Reference in New Issue
Block a user