From 302dec7a8a690457bd5fe0fef40d04262a764b05 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 19 Aug 2020 17:07:04 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/select-role-in-ui.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/select-role-in-ui.md diff --git a/changelog/unreleased/select-role-in-ui.md b/changelog/unreleased/select-role-in-ui.md new file mode 100644 index 0000000000..12bbe7a99a --- /dev/null +++ b/changelog/unreleased/select-role-in-ui.md @@ -0,0 +1,7 @@ +Change: Add role selection to accounts UI + +We added a role selection dropdown for each account in the accounts UI. As a first iteration, this doesn't +require account management permissions. + +https://github.com/owncloud/product/issues/103 +https://github.com/owncloud/ocis-accounts/pull/89