stable
Clone or download
Read-only
The feature set is equivalent to what's currently available when copying an item. Part of story #12456: Cut/Copy/paste items Change-Id: Iea55385402fcba9e9b7ac3b122a909d09e1a35bb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/REST/v1/MoveItem/DocmanItemMover.php | +9 | −1 | Go to diff View file |
M | plugins/docman/phpunit/REST/v1/MoveItem/DocmanItemMoverTest.php | +47 | −4 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.js | +50 | −0 | Go to diff View file |
M | plugins/document/scripts/document/api/rest-querier.spec.js | +69 | −0 | Go to diff View file |
M | plugins/document/scripts/document/app.spec.js | +3 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsDropDown/CutItem.spec.js | +116 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/ActionsDropDown/CutItem.vue | +57 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenu.vue | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/PasteItem.spec.js | +104 | −5 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/PasteItem.vue | +41 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.spec.js | +10 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.vue | +14 | −3 | Go to diff View file |
M | plugins/document/scripts/document/constants.js | +3 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.js | +32 | −0 | Go to diff View file |
A | plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.spec.js | +73 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr.po | +16 | −2 | Go to diff View file |
R | plugins/document/scripts/document/store/actions-helpers/adjust-item-to-content-after-item-creation.js | Go to diff View file | ||
M | plugins/document/scripts/document/store/actions.js | +6 | −6 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-actions.js | +63 | −24 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-actions.spec.js | +189 | −19 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-default-state.js | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-mutations.js | +11 | −1 | Go to diff View file |
M | plugins/document/scripts/document/store/clipboard/clipboard-mutations.spec.js | +37 | −3 | Go to diff View file |