From ab76e87e9726ea002054eefacbe9a889ea9b6e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 22 Mar 2021 10:38:33 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/fix-restore-to-different-location.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-restore-to-different-location.md diff --git a/changelog/unreleased/fix-restore-to-different-location.md b/changelog/unreleased/fix-restore-to-different-location.md new file mode 100644 index 00000000000..310e0a41b42 --- /dev/null +++ b/changelog/unreleased/fix-restore-to-different-location.md @@ -0,0 +1,8 @@ +Bugfix: Allow for restoring recycle items to different locations + +The CS3 APIs specify a way to restore a recycle item to a different location +than the original by setting the `restore_path` field in the +`RestoreRecycleItemRequest`. This field had not been considered until now. + +https://github.com/cs3org/reva/pull/1541 +https://cs3org.github.io/cs3apis/ \ No newline at end of file