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