|
@@ -204,10 +204,10 @@ |
|
|
block discarded – undo |
|
204
|
204
|
<tr v-for="(attr, attridx) in (element['attr'] || [])" :key="attridx"> |
|
205
|
205
|
<td> |
|
206
|
206
|
<input class="item-attr-listid" type="hidden" v-model="attr['product.lists.id']" |
|
207
|
|
- v-bind:name="`<?= $enc->js( $this->formparam( ['selection', '_idx_', 'attr', '_attridx_', 'product.lists.id'] ) ) ?>`.replace('_idx_', index).replace( '_attridx_', attridx)"> |
|
|
207
|
+ v-bind:name="`<?= $enc->js( $this->formparam( ['selection', '_idx_', 'attr', '_attridx_', 'product.lists.id'] ) ) ?>`.replace('_idx_', index).replace( '_attridx_', attridx)"> |
|
208
|
208
|
|
|
209
|
209
|
<input class="item-attr-refid" type="hidden" v-model="attr['product.lists.refid']" |
|
210
|
|
- v-bind:name="`<?= $enc->js( $this->formparam( ['selection', '_idx_', 'attr', '_attridx_', 'product.lists.refid'] ) ) ?>`.replace('_idx_', index).replace( '_attridx_', attridx)"> |
|
|
210
|
+ v-bind:name="`<?= $enc->js( $this->formparam( ['selection', '_idx_', 'attr', '_attridx_', 'product.lists.refid'] ) ) ?>`.replace('_idx_', index).replace( '_attridx_', attridx)"> |
|
211
|
211
|
|
|
212
|
212
|
<Multiselect class="item-id form-control" |
|
213
|
213
|
placeholder="Enter attribute ID, code or label" |
Please login to merge, or discard this patch.