From 60e8a2d8b46105e7e292fcda3cf941d0d4dadd80 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Fri, 19 Jan 2024 16:20:29 +0100 Subject: [PATCH] fix the resource name --- changelog/unreleased/fix-resource-name.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/fix-resource-name.md diff --git a/changelog/unreleased/fix-resource-name.md b/changelog/unreleased/fix-resource-name.md new file mode 100644 index 000000000..af350a238 --- /dev/null +++ b/changelog/unreleased/fix-resource-name.md @@ -0,0 +1,7 @@ +Bugfix: Fix the resource name + +We fixed a problem where after renaming resource as sharer the receiver see a new name. + +https://github.com/owncloud/ocis/pull/8246 +https://github.com/cs3org/reva/pull/4463 +https://github.com/owncloud/ocis/issues/8242