mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
OfficeAddin - client updates to prompt for filename if none set on the current document. Web script updates to support filename prompt, also order tasks by due date
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6084 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -7,6 +7,7 @@ var OfficeMyTasks =
|
||||
{
|
||||
init: function()
|
||||
{
|
||||
OfficeAddin.sortTasks($('taskList'));
|
||||
OfficeMyTasks.setupEventHandlers();
|
||||
|
||||
if (window.queryObject.t)
|
||||
@@ -144,7 +145,10 @@ var OfficeMyTasks =
|
||||
|
||||
openTask: function(taskId)
|
||||
{
|
||||
$(taskId).fireEvent("click");
|
||||
if ($(taskId))
|
||||
{
|
||||
$(taskId).fireEvent("click");
|
||||
}
|
||||
},
|
||||
|
||||
transitionTask: function(taskId, commandURL, successMessage)
|
||||
|
Reference in New Issue
Block a user