mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.1 to HEAD
14628: Second attempt at ETHREEOH-2144 fix - tested against several known good webforms. 14854: Fix for ETHREEOH-2206. Also fixes minor issue where rule condition selection box was not reset after adding a condition to a composite. 14862: Fix for ETHREEOH-1946 - correctly coerce nodes returned from javascript into AVMTemplateNode objects if they are AVM NodeRef objects. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14864 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -384,7 +384,7 @@ public class RenderingEngineTemplateImpl
|
||||
model.put(QName.createQName(NamespaceService.ALFRESCO_PREFIX,
|
||||
"date",
|
||||
namespacePrefixResolver),
|
||||
new SimpleDate(new Date(), SimpleDate.DATETIME));
|
||||
new Date());
|
||||
model.put(QName.createQName(NamespaceService.ALFRESCO_PREFIX,
|
||||
"avm_sandbox_url",
|
||||
namespacePrefixResolver),
|
||||
|
Reference in New Issue
Block a user