Fixed effect form not showing targetField value when set
This commit is contained in:
@@ -153,6 +153,16 @@
|
|||||||
name="Advanced"
|
name="Advanced"
|
||||||
standalone
|
standalone
|
||||||
>
|
>
|
||||||
|
<v-expand-transition>
|
||||||
|
<text-field
|
||||||
|
v-if="model.targetByTags"
|
||||||
|
label="Target field"
|
||||||
|
:value="model.targetField"
|
||||||
|
hint="Target a specific calculation field on the affected properties"
|
||||||
|
:error-messages="errors.targetField"
|
||||||
|
@change="change('targetField', ...arguments)"
|
||||||
|
/>
|
||||||
|
</v-expand-transition>
|
||||||
<smart-combobox
|
<smart-combobox
|
||||||
label="Tags"
|
label="Tags"
|
||||||
multiple
|
multiple
|
||||||
@@ -162,16 +172,6 @@
|
|||||||
:error-messages="errors.tags"
|
:error-messages="errors.tags"
|
||||||
@change="change('tags', ...arguments)"
|
@change="change('tags', ...arguments)"
|
||||||
/>
|
/>
|
||||||
<v-expand-transition>
|
|
||||||
<text-field
|
|
||||||
v-if="model.targetByTags"
|
|
||||||
label="Target field"
|
|
||||||
:value="model.variableName"
|
|
||||||
hint="Target a specific calculation field on the affected properties"
|
|
||||||
:error-messages="errors.targetField"
|
|
||||||
@change="change('targetField', ...arguments)"
|
|
||||||
/>
|
|
||||||
</v-expand-transition>
|
|
||||||
</form-section>
|
</form-section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user