Skip to content

Commit 80c4243

Browse files
committed
small change. produce the ID number in the reformatted json feed as a number, rather than a string.
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Audit Dashlet@1221 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent e36a94b commit 80c4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/alfresco/site-webscripts/org/sharextras/components/dashlets/audit-application-data.get.json.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[
55
<#list auditresponse.entries as e>
66
{
7-
"id": "${e.id}",
7+
"id": ${e.id},
88
"application": "${e.application}",
99
"user": "${e.user}",
1010
"time": "${e.time}",

0 commit comments

Comments
 (0)