From 2f572ad50a0761075ea5435e325cad64b6a87e7e Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 6 Oct 2020 21:52:23 +0200 Subject: [PATCH] Changelog for accounts warning --- changelog/unreleased/account-permissions-error.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/account-permissions-error.md diff --git a/changelog/unreleased/account-permissions-error.md b/changelog/unreleased/account-permissions-error.md new file mode 100644 index 000000000..14fa4dc71 --- /dev/null +++ b/changelog/unreleased/account-permissions-error.md @@ -0,0 +1,5 @@ +Change: Accounts UI shows message when no permissions + +We improved the UX of the accounts UI by showing a message information the user about missing permissions when the accounts or roles fail to load. This was showing an indeterminate progress bar before. + +https://github.com/owncloud/ocis/pull/656