stable

Clone or download

Read-only

Files can be downloaded by the users

This is a part of the story #12444 Table : action on click How to test: - Make sure to have uploaded at least one file ( whatever the type ) in your docman. - In the new docman, click on the file - Download the file The file downloaded should be the file you wanted to download Change-Id: Icad4184ab3238fa2a3cbb748b27e50c47deb06a5

Modified Files

Name
A plugins/docman/include/REST/v1/EmbeddedFilePropertiesRepresentation.php +36 −0 Go to diff View file
M plugins/docman/include/REST/v1/FilePropertiesRepresentation.php +7 −1 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentation.php +15 −8 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationBuilder.php +2 −0 Go to diff View file
M plugins/docman/include/REST/v1/ItemRepresentationVisitor.php +13 −7 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanItemsTest.php +4 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +7 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +1 −4 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +45 −0 Go to diff View file