mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
first pass at edit form wizard
- modified evaluators to only show Create Form when in the Content Forms directory - edit form evaluator which only shows the edit form action when inside of a form directory git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4627 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -46,5 +46,5 @@ function handle_upload_helper(fileInputElement,
|
||||
function upload_complete_helper(id)
|
||||
{
|
||||
var upload = _uploads[id];
|
||||
upload.callback(id, upload.path);
|
||||
upload.callback(id, upload.path, upload.path.replace(/.*[\/\\]([^\/\\]+)/, "$1"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user