mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Improved error handler if calendar data fails to load. Added site property to user events.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
<#-- "description" : "${event.properties["ia:descriptionEvent"]}", -->
|
<#-- "description" : "${event.properties["ia:descriptionEvent"]}", -->
|
||||||
"where" : "${event.properties["ia:whereEvent"]}",
|
"where" : "${event.properties["ia:whereEvent"]}",
|
||||||
"start" : "${event.properties["ia:fromDate"]?string("dd MMMM yyyy")}",
|
"start" : "${event.properties["ia:fromDate"]?string("dd MMMM yyyy")}",
|
||||||
"end" : "${event.properties["ia:toDate"]?string("dd MMMM yyyy")}"
|
"end" : "${event.properties["ia:toDate"]?string("dd MMMM yyyy")}",
|
||||||
|
"site" : "${event.parent.parent.name}"
|
||||||
}<#if event_has_next>,</#if>
|
}<#if event_has_next>,</#if>
|
||||||
</#list>
|
</#list>
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user