Make URLs lockable so they can be updated over the REST API.
authorBen Thompson <ben@xtuple.com>
Thu, 10 Jul 2014 20:32:51 +0000 (16:32 -0400)
committerBen Thompson <ben@xtuple.com>
Thu, 10 Jul 2014 20:32:51 +0000 (16:32 -0400)
enyo-client/database/orm/models/url.json

index ce6663a..414c809 100644 (file)
@@ -5,6 +5,7 @@
     "type": "Url",
     "table": "urlinfo",
     "isRest": true,
+    "lockable": true,
     "idSequenceName": "urlinfo_url_id_seq",
     "comment": "URL Map",
     "privileges": {