stable
Clone or download
Read-only
Merge 'gerrit #14606' into stable/master
* commit 'b651161854': request #13204 docman items should be clickable and redirect on legacy UI Change-Id: I140cb60922879f346f4e88b6e866a29423e44ac9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/FilePropertiesRepresentation.php | +5 | −5 | Go to diff View file |
M | plugins/docman/include/REST/v1/ItemRepresentationVisitor.php | +6 | −7 | Go to diff View file |
M | plugins/docman/include/REST/v1/Links/LinkPropertiesRepresentation.php | +1 | −7 | Go to diff View file |
M | plugins/docman/include/REST/v1/Wiki/WikiPropertiesRepresentation.php | +1 | −7 | Go to diff View file |
M | plugins/docman/include/view/ItemActionURLVisitor.php | +3 | −3 | Go to diff View file |
M | plugins/docman/tests/rest/Docman/DocmanItemsTest.php | +2 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.vue | +8 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.spec.js | +5 | −7 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue | +3 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue | +5 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookLink.vue | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue | +9 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/mutations-upload.spec.js | +2 | −2 | Go to diff View file |