mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Some minor Office add-in usability updates (actions available for search results and workflow resources)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6787 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -91,7 +91,7 @@ var OfficeAddin =
|
||||
},
|
||||
|
||||
/* AJAX call to perform server-side actions */
|
||||
runAction: function(useTemplate, Action, Doc, Msg)
|
||||
runAction: function(useTemplate, Action, Doc, Msg, extraParams)
|
||||
{
|
||||
if (Msg != "" && !confirm(Msg))
|
||||
{
|
||||
@@ -114,6 +114,7 @@ var OfficeAddin =
|
||||
{
|
||||
href += (href.indexOf("?") == -1) ? "?" : "&";
|
||||
href += "st=" + encodeURI(textResponse);
|
||||
href += "&" + extraParams;
|
||||
}
|
||||
window.location.href = href;
|
||||
}
|
||||
|
Reference in New Issue
Block a user