Add dummy parameter when the service is readOnly.

This commit is contained in:
Paulo Gustavo Veiga 2013-02-03 13:19:24 -03:00
parent b4bdad796e
commit 829655f253

View File

@ -39,8 +39,8 @@
documentUrl:"c/restful/maps/{id}/document", documentUrl:"c/restful/maps/{id}/document",
revertUrl:"c/restful/maps/{id}/history/latest", revertUrl:"c/restful/maps/{id}/history/latest",
lockUrl:"c/restful/maps/{id}/lock", lockUrl:"c/restful/maps/{id}/lock",
timestamp: ${lockTimestamp}, timestamp: "${lockTimestamp}?${lockTimestamp}:0",
session: ${lockSession} session: "${lockSession}?${lockSession}:0"
} }
); );