This commit is contained in:
@@ -152,7 +152,6 @@
|
||||
:label="$ay.t('LastLogin')"
|
||||
v-model="obj.lastLogin"
|
||||
readonly
|
||||
disabled
|
||||
ref="lastLogin"
|
||||
testId="lastLogin"
|
||||
></gz-date-time-picker>
|
||||
|
||||
@@ -142,7 +142,6 @@
|
||||
:label="$ay.t('LastLogin')"
|
||||
v-model="obj.lastLogin"
|
||||
readonly
|
||||
disabled
|
||||
ref="lastLogin"
|
||||
testId="lastLogin"
|
||||
></gz-date-time-picker>
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
ref="count"
|
||||
data-cy="count"
|
||||
:rules="[form().integerValid(this, 'count')]"
|
||||
:error-messages="form().serverErrors(this, 'count')"
|
||||
:error-messages="['blah', 'blah2']"
|
||||
:serror-messages="form().serverErrors(this, 'count')"
|
||||
@input="fieldValueChanged('count')"
|
||||
type="number"
|
||||
></v-text-field>
|
||||
@@ -85,11 +86,14 @@
|
||||
:readonly="formState.readOnly"
|
||||
ref="startDate"
|
||||
testId="startDate"
|
||||
:error-messages="form().serverErrors(this, 'startDate')"
|
||||
:error-messages="[
|
||||
'blah',
|
||||
'blah2 teh quick brown fox jumped over teh six lazy dogs'
|
||||
]"
|
||||
@input="fieldValueChanged('startDate')"
|
||||
></gz-date-time-picker>
|
||||
</v-col>
|
||||
|
||||
<!-- :error-messages="form().serverErrors(this, 'startDate')" -->
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-date-time-picker
|
||||
:label="$ay.t('WidgetEndDate')"
|
||||
|
||||
Reference in New Issue
Block a user