remove commented code, undo active required because crud was tripping on it for some...
authorjulesstp <julianmcarlin@gmail.com>
Thu, 28 Aug 2014 16:30:31 +0000 (12:30 -0400)
committerjulesstp <julianmcarlin@gmail.com>
Thu, 28 Aug 2014 16:30:31 +0000 (12:30 -0400)
enyo-client/database/orm/models/site.json
test/specs/site.js

index 832591a..3ffb2f7 100644 (file)
@@ -48,8 +48,7 @@
         "name": "isActive",
         "attr": {
           "type": "Boolean",
-          "column": "warehous_active",
-          "required": true
+          "column": "warehous_active"
         }
       },
       {
index 1b324e8..f90c177 100644 (file)
@@ -44,9 +44,6 @@
     enforceUpperKey: false,
     attributes: ["code", "address", "code", "comments", "contact", "description", "incoterms",
       "isActive", "siteType", "taxZone"],
-    /**
-      There should be no functionality for mult-site warehouses in Postbooks, thus, no privileges.
-     */
     privileges: {
       createUpdateDelete: "MaintainWarehouses",
       view: true