From 6883d2a34eb6ebd621939620677768de71f3af94 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 16 Sep 2020 12:53:03 +0200 Subject: [PATCH] add missing changelog for the PR #61 Signed-off-by: David Christofas --- changelog/unreleased/fix-users-format.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-users-format.md diff --git a/changelog/unreleased/fix-users-format.md b/changelog/unreleased/fix-users-format.md new file mode 100644 index 0000000000..e5962903cb --- /dev/null +++ b/changelog/unreleased/fix-users-format.md @@ -0,0 +1,8 @@ +Bugfix: match the user response to the OC10 format + +The user response contained the field `displayname` but for certain responses +the field `display-name` is expected. The field `display-name` was added and +now both fields are returned to the client. + +https://github.com/owncloud/product/issues/181 +https://github.com/owncloud/ocis-ocs/pull/61