mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
My Modified Items list added web project list in My Web Forms portlet.
Edit action available for form instance objects to launch the XForms editor. Fix to MyTasks action to launch task properties dialog in "light" container. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5863 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -506,9 +506,9 @@ var MySpaces = {
|
||||
}
|
||||
},
|
||||
"path=" + path.replace("_%_", "'") +
|
||||
"&name=" + escape(spaceName) +
|
||||
"&title=" + escape(spaceTitle) +
|
||||
"&description=" + escape(spaceDesc)
|
||||
"&name=" + encodeURIComponent(spaceName) +
|
||||
"&title=" + encodeURIComponent(spaceTitle) +
|
||||
"&description=" + encodeURIComponent(spaceDesc)
|
||||
);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user