Merge pull request #2818 from smilerz/modal_updates

Modal updates
This commit is contained in:
vabene1111 2023-12-20 15:51:24 +01:00 committed by GitHub
commit 34ee03b720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -148,9 +148,6 @@
@change="space.image = $event.val;"></generic-multiselect>
<br/>
<b-form-checkbox v-model="space.show_facet_count"> Facet Count</b-form-checkbox>
<span class="text-muted small">{{ $t('facet_count_info') }}</span><br/>
<label>{{ $t('FoodInherit') }}</label>
<generic-multiselect :initial_selection="space.food_inherit"
:model="Models.FOOD_INHERIT_FIELDS"

View File

@ -204,6 +204,12 @@
}}
</b-form-checkbox>
</b-form-group>
<b-form-group :description="$t('substitute_children_help')">
<b-form-checkbox v-model="food.substitute_children">{{
$t('substitute_children')
}}
</b-form-checkbox>
</b-form-group>
<b-form-group :label="$t('InheritFields')" :description="$t('InheritFields_help')">
<generic-multiselect