stable
Clone or download
Read-only
request #13204 docman items should be clickable and redirect on legacy UI
how to test: Have all possible documents items types in docman In new UI click on link of: - file => should open the correct version of file - link => should redirect you on link - embedded => should redirect you on legacy embbedded display - wiki => should redirect you on wiki page empty is still not clickable Change-Id: I9093b17dbbc2123cee09d52a2ae512f0f049cda1
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 |