From 105114efaebcb3b3f1f4ec9a08211caef1d8e801 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 27 Apr 2020 05:54:54 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5932d970d54..4bdea6b4ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ownCloud admins and users. Summary ------- +* Bugfix - Remove deleted files from search result: [#3266](https://github.com/owncloud/phoenix/pull/3266) * Bugfix - Show token string if link name is empty in FileLinkSidebar: [#3297](https://github.com/owncloud/phoenix/pull/3297) * Bugfix - Remove duplicate error display in input prompt: [#3342](https://github.com/owncloud/phoenix/pull/3342) * Bugfix - Fix translation message extraction from plain javascript files: [#3346](https://github.com/owncloud/phoenix/pull/3346) @@ -18,6 +19,15 @@ Summary Details ------- +* Bugfix - Remove deleted files from search result: [#3266](https://github.com/owncloud/phoenix/pull/3266) + + Deleted file has been removed from filesSearched state by adding a new mutation. Also, filter + condition in remove file mutations has been changed from object reference to unique file id. + + https://github.com/owncloud/phoenix/issues/3043 + https://github.com/owncloud/phoenix/issues/3044 + https://github.com/owncloud/phoenix/pull/3266 + * Bugfix - Show token string if link name is empty in FileLinkSidebar: [#3297](https://github.com/owncloud/phoenix/pull/3297) Owncloud-js-client was parsing empty link name xml attribute as empty object. The empty