From 6d7f0d5475ba8d38ff9668239a95d44ee015e050 Mon Sep 17 00:00:00 2001 From: Jona Warnecke Date: Sun, 20 Apr 2025 17:23:40 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(useEntityListProvider)=20Adjust?= =?UTF-8?q?=20filter=20handling=20for=20user=20and=20group=20types=20to=20?= =?UTF-8?q?fix=20EntityOwnerPicker=20for=20users/groups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jona Warnecke --- .changeset/pretty-seas-hug.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pretty-seas-hug.md diff --git a/.changeset/pretty-seas-hug.md b/.changeset/pretty-seas-hug.md new file mode 100644 index 0000000000..e512e1e234 --- /dev/null +++ b/.changeset/pretty-seas-hug.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Add filter handling for user and group types to fix EntityOwnerPicker for users/groups