mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
all abgabetool datepickers use date format via format="dd.MM.yyyy" instead of :format="formatDate" to enable text-input + autoapply; backend deadline datetime check for endupload;
This commit is contained in:
@@ -715,7 +715,8 @@ export const AbgabeMitarbeiterDetail = {
|
||||
v-model="newTermin.datum"
|
||||
:clearable="false"
|
||||
:enable-time-picker="false"
|
||||
:format="formatDate"
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
:text-input="true"
|
||||
auto-apply>
|
||||
</VueDatePicker>
|
||||
@@ -864,7 +865,8 @@ export const AbgabeMitarbeiterDetail = {
|
||||
:clearable="false"
|
||||
:disabled="!termin.allowedToSave"
|
||||
:enable-time-picker="false"
|
||||
:format="formatDate"
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
:text-input="true"
|
||||
auto-apply>
|
||||
</VueDatePicker>
|
||||
@@ -931,7 +933,9 @@ export const AbgabeMitarbeiterDetail = {
|
||||
v-model="termin.abgabedatum"
|
||||
:clearable="false"
|
||||
:disabled="true"
|
||||
:format="formatDate">
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
>
|
||||
</VueDatePicker>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -423,7 +423,8 @@ export const AbgabeStudentDetail = {
|
||||
:clearable="false"
|
||||
:disabled="true"
|
||||
:enable-time-picker="false"
|
||||
:format="formatDate"
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
:text-input="true"
|
||||
auto-apply>
|
||||
</VueDatePicker>
|
||||
|
||||
@@ -1189,8 +1189,9 @@ export const AbgabetoolAssistenz = {
|
||||
style="width: 95%;"
|
||||
v-model="serienTermin.datum"
|
||||
:clearable="false"
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
:enable-time-picker="false"
|
||||
:format="formatDate"
|
||||
:text-input="true"
|
||||
auto-apply>
|
||||
</VueDatePicker>
|
||||
|
||||
@@ -525,7 +525,8 @@ export const AbgabetoolMitarbeiter = {
|
||||
v-model="serienTermin.datum"
|
||||
:clearable="false"
|
||||
:enable-time-picker="false"
|
||||
:format="formatDate"
|
||||
locale="de"
|
||||
format="dd.MM.yyyy"
|
||||
:text-input="true"
|
||||
auto-apply>
|
||||
</VueDatePicker>
|
||||
|
||||
Reference in New Issue
Block a user