stable
Clone or download
Read-only
part of request #18402 Convert document plugin into typescript Note: In order to prepare shutdown of vue2 by the end of year we should convert Vue Component class into composition API No functionnal changes: - Define properties on root folder, then create new document => properties are inherited from parent - Update an existing document => no functional changes, properties can be updated - update an existing folder => you can choose the scope on properties update: all folder | all documents | only current folder Change-Id: Ib1be9937db4601427587ea3d9a6774c1d8598444
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/ChangelogProperty.vue | +6 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/DateFlatPicker.vue | +55 | −52 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/LinkProperties.vue | +7 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/RecursionOptions.vue | +2 | −8 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/StatusProperty.vue | +5 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/VersionTitleProperty.vue | +14 | −14 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/WikiProperties.vue | +7 | −14 | Go to diff View file |