stable
Clone or download
Read-only
Merge commit 'refs/changes/98/14798/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13315 Add missing tests for ActionQuickLookButton namespace Change-Id: Id8e428e3e4aa44bed8c91b273bee5af38f16acce
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/app.spec.js | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateItemButton.spec.js | +14 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateItemButton.vue | +2 | −2 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.spec.js | +40 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue | +5 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.spec.js | +33 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue | +5 | −4 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDocumentActionButton.spec.js | +69 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDocumentActionButton.vue | +3 | −8 | Go to diff View file |
M | plugins/document/scripts/document/helpers/location-helper.js | +1 | −1 | Go to diff View file |