3607-supplier_agencyTerm #905
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#905
Loading…
Reference in New Issue
No description provided.
Delete Branch "3607-supplier_agencyTerm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,2 @@
INSERT INTO salix.ACL (id, model, property, accessType, permission, principalType, principalId)
salix.ACL should be a template string for the script to work
@ -0,0 +1,48 @@
ALTER TABLE vn.agencyTerm ADD supplierFk INT NULL;
vn
.agencyTerm
please check all sql files.
@ -0,0 +1,9 @@
let UserError = require('vn-loopback/util/user-error');
isn't this a constant?
@ -0,0 +43,4 @@
"foreignKey": "agencyFk"
}
},
"acls": [
this model ACLs are already stated in the ACL's table. We only state read only ACL on models.
@ -89,0 +94,4 @@
"abstract": true
},
{
"url": "/index?q",
do you need ?q in this case?
LGTM