stable

Clone or download

Read-only

feat: Display link to artidoc document

When the document tree contains an artidoc document, then the user can click on the title of the document in order to be able to see its content. Part of story #37542: display a read only Document Change-Id: I45dbf97da93c3c8df1b1b0acc4ab4d9700acb78e

Modified Files

Name
M plugins/artidoc/include/artidocPlugin.php +1 −1 Go to diff View file
M plugins/docman/include/REST/v1/GetOtherDocumentItemRepresentationWrapper.php +20 −4 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentation.php +10 −0 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +3 −0 Go to diff View file
A plugins/docman/include/REST/v1/Others/OtherTypePropertiesRepresentation.php +33 −0 Go to diff View file
M plugins/docman/tests/unit/REST/v1/ItemRepresentationCollectionBuilderTest.php +8 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +16 −2 Go to diff View file
R plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/OtherDocumentCellTitle.test.ts +137 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/OtherDocumentCellTitle.vue +74 −0 Go to diff View file
M plugins/document/scripts/document/constants.ts +1 −0 Go to diff View file
M plugins/document/scripts/document/type.ts +8 −0 Go to diff View file