Lines 107-112
Link Here
|
107 |
:id="`attribute_option_${counter}`" |
107 |
:id="`attribute_option_${counter}`" |
108 |
v-model="attribute.option_source" |
108 |
v-model="attribute.option_source" |
109 |
:options="authorised_value_categories" |
109 |
:options="authorised_value_categories" |
|
|
110 |
:getOptionLabel=" |
111 |
c => |
112 |
authorised_value_categories.find( |
113 |
cc => cc == c |
114 |
) |
115 |
? c |
116 |
: '%s (%s)'.format( |
117 |
c, |
118 |
$__('DOES NOT EXIST!') |
119 |
) |
120 |
" |
110 |
> |
121 |
> |
111 |
<template #search="{ attributes, events }"> |
122 |
<template #search="{ attributes, events }"> |
112 |
<input |
123 |
<input |