removed field acl for buyer on item tags
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-04-03 12:58:30 +02:00
parent 1e99a890e2
commit eea4f53151
1 changed files with 3 additions and 7 deletions

View File

@ -31,7 +31,6 @@
data="tags"
on-change="$ctrl.getSourceTable(tag)"
show-field="name"
vn-acl="buyer"
vn-focus>
</vn-autocomplete>
<vn-textfield
@ -40,8 +39,7 @@
vn-three
label="Value"
model="itemTag.value"
rule="itemTag.value"
vn-acl="buyer">
rule="itemTag.value">
</vn-textfield>
<vn-autocomplete
ng-show="tag.selection.isFree === false"
@ -51,8 +49,7 @@
label="Value"
field="itemTag.value"
show-field="{{$ctrl.sourceTables[itemTag.id].field}}"
value-field="{{$ctrl.sourceTables[itemTag.id].field}}"
vn-acl="buyer">
value-field="{{$ctrl.sourceTables[itemTag.id].field}}">
</vn-autocomplete>
<vn-textfield
vn-tab-index="-1"
@ -60,8 +57,7 @@
type="number"
label="Relevancy"
model="itemTag.priority"
rule="itemTag.priority"
vn-acl="buyer">
rule="itemTag.priority">
</vn-textfield>
<vn-none>
<vn-icon-button