stable
Clone or download
Read-only
request #13777 properly instantiate date picker in document
Flatpicker should be used for obsolescence date picker No functionnal changes: - if you select a date from the dropdown, the date picker value will be updated - if you use date picker to select value, the select helper will be selected with "fixed" In creation modal, we can not choose an obsolescence date anterior to today In update modal, every dates are valid Change-Id: I52e378b0b29fecbba83e6385ff03a048454df4de
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.spec.js | +26 | −31 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.vue | +15 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.spec.js | +10 | −69 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.vue | +8 | −22 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.spec.js | +72 | −122 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.vue | +60 | −83 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.spec.js | +32 | −63 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.vue | +51 | −77 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue | +10 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue | +24 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +0 | −3 | Go to diff View file |