From 0fba802f572f5265dcaade441691d62cfe6e2a73 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 15 Jul 2020 08:31:35 +0200 Subject: [PATCH] Add changelog item --- changelog/unreleased/fix-indexing.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/fix-indexing.md diff --git a/changelog/unreleased/fix-indexing.md b/changelog/unreleased/fix-indexing.md new file mode 100644 index 000000000..01ebab8a7 --- /dev/null +++ b/changelog/unreleased/fix-indexing.md @@ -0,0 +1,6 @@ +Change: Fix index update on create/update + +We fixed a bug in creating/updating accounts and groups, that caused new entities not to show up in list queries. + +https://github.com/owncloud/ocis-accounts/issues/57 +https://github.com/owncloud/ocis-accounts/pull/59