stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript How to test: Item |_ Create: you should be able to define title/description |_ Update: you must be able to change title/description with `update properties modal` Folder |_ Create: you should be able to define title/description |_ Update: you must be able to change the folder title/description Change-Id: Ia4a20ba454148e176fb04c4d4d1ec05c46bb55e9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.test.js | +46 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewFolderModal.vue | +12 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.test.js | +46 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/NewItemModal.vue | +12 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/DocumentGlobalPropertyForCreate.vue | +2 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewDocument/PropertiesForCreate/FolderGlobalPropertiesForCreate.vue | +2 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/NewVersion/PropertiesForUpdate/ItemUpdateProperties.vue | +0 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/DescriptionProperty.test.ts | +58 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/DescriptionProperty.vue | +8 | −1 | Go to diff View file |
D | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/OwnerProperty.test.ts | +0 | −49 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/OwnerProperty.vue | +1 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/TitleProperty.test.ts | +28 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/AlwaysThereProperties/TitleProperty.vue | +8 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/PeoplePicker.vue | +13 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/DocumentGlobalPropertyForUpdate.vue | +3 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/FolderGlobalPropertyForUpdate.vue | +2 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.test.js | +50 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdateFolderPropertiesModal.vue | +12 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.test.js | +78 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties/UpdatePropertiesModal.vue | +17 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/emitter.ts | +3 | −0 | Go to diff View file |