case 4006
This commit is contained in:
@@ -794,3 +794,4 @@ BUILD 134 CHANGES OF NOTE
|
||||
- case 4003
|
||||
- case 3999
|
||||
- case 4002 partly a fix, partly can't reproduce, see notes
|
||||
- case 4004
|
||||
|
||||
@@ -58,14 +58,14 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="form().showMe(this, 'DateStarted')"
|
||||
v-if="form().showMe(this, 'ProjectDateStarted')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
xl="3"
|
||||
>
|
||||
<gz-date-time-picker
|
||||
:label="$ay.t('DateStarted')"
|
||||
:label="$ay.t('ProjectDateStarted')"
|
||||
v-model="obj.dateStarted"
|
||||
:readonly="formState.readOnly"
|
||||
ref="dateStarted"
|
||||
|
||||
Reference in New Issue
Block a user