update acl
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a32ebc37da
commit
189fe2ed41
|
@ -1,3 +1,3 @@
|
||||||
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
|
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
|
||||||
VALUES
|
VALUES
|
||||||
('SupplierAgencyTerms', '*', '*', 'ALLOW', 'ROLE', 'administrative');
|
('SupplierAgencyTerm', '*', '*', 'ALLOW', 'ROLE', 'administrative');
|
||||||
|
|
|
@ -2,10 +2,6 @@ import ngModule from '../module';
|
||||||
import Section from 'salix/components/section';
|
import Section from 'salix/components/section';
|
||||||
|
|
||||||
class Controller extends Section {
|
class Controller extends Section {
|
||||||
constructor($element, $) {
|
|
||||||
super($element, $);
|
|
||||||
}
|
|
||||||
|
|
||||||
add() {
|
add() {
|
||||||
this.$.model.insert({});
|
this.$.model.insert({});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue