update acl
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-03-10 08:14:50 +01:00
parent a32ebc37da
commit 189fe2ed41
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1,3 @@
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
VALUES
('SupplierAgencyTerms', '*', '*', 'ALLOW', 'ROLE', 'administrative');
('SupplierAgencyTerm', '*', '*', 'ALLOW', 'ROLE', 'administrative');

View File

@ -2,10 +2,6 @@ import ngModule from '../module';
import Section from 'salix/components/section';
class Controller extends Section {
constructor($element, $) {
super($element, $);
}
add() {
this.$.model.insert({});
}