Make URLs lockable so they can be updated over the REST API.
[xtuple] / 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": {