Merge pull request #2541 from titilambert/patch-1

Expose food description in food form
This commit is contained in:
vabene1111 2023-07-22 08:28:39 +02:00 committed by GitHub
commit 74c86f1b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,9 @@
<b-form-group :label="$t('Plural')" description=""> <b-form-group :label="$t('Plural')" description="">
<b-form-input v-model="food.plural_name"></b-form-input> <b-form-input v-model="food.plural_name"></b-form-input>
</b-form-group> </b-form-group>
<b-form-group :label="$t('Description')" description="">
<b-form-textarea v-model="food.description" rows="2"></b-form-textarea>
</b-form-group>
<!-- Food properties --> <!-- Food properties -->