This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
form().serverErrors(this, 'smtpDeliveryActive')
|
||||
"
|
||||
@change="fieldValueChanged('smtpDeliveryActive')"
|
||||
:data-cy="!!$ay.dev ? 'smtpDeliveryActive' : false"
|
||||
data-cy="smtpDeliveryActive"
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
@@ -68,7 +68,7 @@
|
||||
:rules="[form().required(this, 'smtpServerAddress')]"
|
||||
:error-messages="form().serverErrors(this, 'smtpServerAddress')"
|
||||
ref="smtpServerAddress"
|
||||
:data-cy="!!$ay.dev ? 'smtpServerAddress' : false"
|
||||
data-cy="smtpServerAddress"
|
||||
@input="fieldValueChanged('smtpServerAddress')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
@@ -83,7 +83,7 @@
|
||||
:rules="[form().required(this, 'smtpAccount')]"
|
||||
:error-messages="form().serverErrors(this, 'smtpAccount')"
|
||||
ref="smtpAccount"
|
||||
:data-cy="!!$ay.dev ? 'smtpAccount' : false"
|
||||
data-cy="smtpAccount"
|
||||
@input="fieldValueChanged('smtpAccount')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
@@ -99,7 +99,7 @@
|
||||
:rules="[form().required(this, 'smtpPassword')]"
|
||||
:error-messages="form().serverErrors(this, 'smtpPassword')"
|
||||
ref="smtpPassword"
|
||||
:data-cy="!!$ay.dev ? 'smtpPassword' : false"
|
||||
data-cy="smtpPassword"
|
||||
@input="fieldValueChanged('smtpPassword')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
@@ -113,7 +113,7 @@
|
||||
:disabled="formState.readOnly"
|
||||
:label="$ay.t('ConnectionSecurity')"
|
||||
ref="connectionSecurity"
|
||||
:data-cy="!!$ay.dev ? 'connectionSecurity' : false"
|
||||
data-cy="connectionSecurity"
|
||||
:rules="[
|
||||
form().integerValid(this, 'connectionSecurity'),
|
||||
form().required(this, 'connectionSecurity')
|
||||
@@ -138,7 +138,7 @@
|
||||
]"
|
||||
:error-messages="form().serverErrors(this, 'smtpServerPort')"
|
||||
ref="smtpServerPort"
|
||||
:data-cy="!!$ay.dev ? 'smtpServerPort' : false"
|
||||
data-cy="smtpServerPort"
|
||||
@input="fieldValueChanged('smtpServerPort')"
|
||||
type="number"
|
||||
></v-text-field>
|
||||
@@ -155,7 +155,7 @@
|
||||
:rules="[form().required(this, 'notifyFromAddress')]"
|
||||
:error-messages="form().serverErrors(this, 'notifyFromAddress')"
|
||||
ref="notifyFromAddress"
|
||||
:data-cy="!!$ay.dev ? 'notifyFromAddress' : false"
|
||||
data-cy="notifyFromAddress"
|
||||
@input="fieldValueChanged('notifyFromAddress')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
@@ -171,7 +171,7 @@
|
||||
:rules="[form().required(this, 'ayaNovaServerURL')]"
|
||||
:error-messages="form().serverErrors(this, 'ayaNovaServerURL')"
|
||||
ref="ayaNovaServerURL"
|
||||
:data-cy="!!$ay.dev ? 'ayaNovaServerURL' : false"
|
||||
data-cy="ayaNovaServerURL"
|
||||
@input="fieldValueChanged('ayaNovaServerURL')"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user