removed field acl for buyer on item tags
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
1e99a890e2
commit
eea4f53151
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue