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