This commit is contained in:
2020-07-13 23:01:38 +00:00
parent 5991286a70
commit 942de4f50f
3 changed files with 72 additions and 40 deletions

View File

@@ -40,8 +40,19 @@
></v-select>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-duration-picker
v-model="obj.advanceNotice"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
:label="$ay.t('NotifySubscriptionPendingSpan')"
:showSeconds="true"
ref="advanceNotice"
:data-cy="!!$ay.dev ? 'advanceNotice' : false"
:error-messages="form().serverErrors(this, 'advanceNotice')"
@input="fieldValueChanged('advanceNotice')"
></gz-duration-picker>
</v-col>
</v-row>
</v-form>
</v-col>
@@ -556,6 +567,7 @@ async function initForm(vm) {
//
async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([
"NotifySubscriptionPendingSpan",
"NotifySubscription",
"NotifyDeliveryMethod",
"NotifyEventType",