stable
Clone or download
Read-only
Merge commit 'refs/changes/65/28365/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Fixes request #31566: Document clipboard should not be shared accross projects Change-Id: I506a3e180c4d3379f4dfdf95028709debf1272b4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/package.json | +1 | −1 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +49 | −113 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.test.ts | +20 | −11 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.vue | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CopyItem.test.ts | +12 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CopyItem.vue | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CutItem.test.ts | +13 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/CutItem.vue | +6 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.ts | +11 | −6 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PasteItem.vue | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/index.js | +0 | −3 | Go to diff View file |
D | plugins/document/scripts/document/pinia-configuration.ts | +0 | −31 | Go to diff View file |
M | plugins/document/scripts/document/stores/clipboard.test.ts | +20 | −15 | Go to diff View file |
M | plugins/document/scripts/document/stores/clipboard.ts | +144 | −129 | Go to diff View file |
M | plugins/document/scripts/document/stores/types.ts | +7 | −5 | Go to diff View file |