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:
Mike Hatfield
2008-09-08 13:45:02 +00:00
parent 8daf020d4d
commit 6a260e952e

View File

@@ -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