This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user