mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Edit metadata available on document details page
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10851 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -33,7 +33,7 @@ function main()
|
||||
// Set passed-in mimetype
|
||||
if (json.has("mimetype"))
|
||||
{
|
||||
node.properties["mimetype"] = json.get("mimetype");
|
||||
node.mimetype = json.get("mimetype");
|
||||
}
|
||||
|
||||
// Set passed-in tags
|
||||
|
Reference in New Issue
Block a user