From 73872344dbae79329eb1869b24ac503ca20dfb0a Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 8 Dec 2020 15:44:44 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd0c8a51d5..245dda97edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,20 @@ ownCloud admins and users. Summary ------- +* Bugfix - Copy dynamicNavItems state: [#1031](https://github.com/owncloud/ocis/issues/1031) * Enhancement - Show status of accepted shares: [#985](https://github.com/owncloud/ocis/issues/985) Details ------- +* Bugfix - Copy dynamicNavItems state: [#1031](https://github.com/owncloud/ocis/issues/1031) + + The dynamicNavItems state in ADD_NAV_ITEM mutation now gets copied instead of referenced to + trigger a state change. + + https://github.com/owncloud/ocis/issues/1031 + https://github.com/owncloud/phoenix/pull/4430 + * Enhancement - Show status of accepted shares: [#985](https://github.com/owncloud/ocis/issues/985) The status column of accepted shares was blank.