stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript No functional changes. How to test: Item |_ Create: in modal if parent has a status, then it is inherited by default you should still be able to define an other status |_ Update: you must be able to change status with `update properties modal` Folder |_ Create: in modal if parent has a status, then it is inherited by default you should still be able to define an other status |_ Update: you must be able to change the folder status If you select a recursion option, status are apply everwhere Change-Id: Ifa39cd502937aa10daaae5b4c4fe7ca94e9f01d0
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.test.js | +32 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.vue | +18 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.test.js | +30 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue | +16 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/DocumentGlobalPropertyForCreate.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderDefaultPropertiesForCreate.test.js | +21 | −46 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderDefaultPropertiesForCreate.vue | +5 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderGlobalPropertiesForCreate.vue | +4 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForDocumentCreate.test.js | +2 | −105 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForDocumentCreate.vue | +2 | −18 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForFolderCreate.test.js | +4 | −108 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/StatusPropertyWithCustomBindingForFolderCreate.vue | +2 | −18 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/StatusProperty.test.ts | +44 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/StatusProperty.vue | +16 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/DocumentGlobalPropertyForUpdate.vue | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderDefaultPropertiesForUpdate.vue | +2 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderGlobalPropertyForUpdate.vue | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForDocumentUpdate.test.js | +4 | −65 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForDocumentUpdate.vue | +2 | −17 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForFolderUpdate.test.js | +2 | −66 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/StatusPropertyWithCustomBindingForFolderUpdate.vue | +2 | −19 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.test.js | +24 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.vue | +6 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js | +26 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue | +12 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeader.test.js | +4 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.test.ts | +8 | −8 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/creation-data-transformatter-helper.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.test.ts | +11 | −0 | Go to diff View file |
M | plugins/document/scripts/document/helpers/properties-helpers/update-data-transformatter-helper.ts | +1 | −1 | Go to diff View file |