Add not submitted label [SCI-1434]

This commit is contained in:
Anton 2025-01-09 15:19:52 +01:00
parent cd8ec80b8a
commit d41a399cac
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,9 @@
{{ i18n.t('forms.response.submitted_on') }} {{ this.formResponse.submitted_at }}<br>
{{ i18n.t('forms.response.by') }} {{ this.formResponse.submitted_by_full_name }}
</div>
<div v-else class="ml-auto text-right text-xs text-sn-grey-700">
{{ i18n.t('forms.response.not_submitted') }}
</div>
</div>
<Field v-for="field in formFields" :disabled="formDisabled" ref="formFields" :key="field.id" :field="field" :formResponse="formResponse" @save="saveValue" />
<div>

View file

@ -1141,6 +1141,7 @@ en:
response:
submit: 'Submit form'
submitted_on: 'Submitted on'
not_submitted: 'Not submitted yet'
by: 'by'
label_templates:
types: