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:
@@ -9,6 +9,7 @@ var OfficeMyAlfresco =
|
||||
|
||||
init: function()
|
||||
{
|
||||
OfficeAddin.sortTasks($('taskList'));
|
||||
OfficeMyAlfresco.setupTasks();
|
||||
OfficeMyAlfresco.setupToggles();
|
||||
},
|
||||
@@ -131,7 +132,7 @@ var OfficeMyAlfresco =
|
||||
fxPanel.start(animPanel);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
window.addEvent('domready', OfficeMyAlfresco.init);
|
Reference in New Issue
Block a user