From dbecde0168ed15c17f86b88d614949a61329d764 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Tue, 28 Mar 2023 16:52:09 -0400 Subject: [PATCH] Update message. Signed-off-by: Aramis Sennyey --- .changeset/plenty-eels-listen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/plenty-eels-listen.md b/.changeset/plenty-eels-listen.md index ebffd1084b..6e6bc5d664 100644 --- a/.changeset/plenty-eels-listen.md +++ b/.changeset/plenty-eels-listen.md @@ -4,7 +4,7 @@ Attempt to load entity owner names in the EntityOwnerPicker through the `by-refs` endpoint. If `spec.profile.displayName` or `metadata.title` are populated, we now attempt to show those before showing the `humanizeEntityRef`'d version. -**BREAKING**: This updates the `EntityOwnerFilter` to use the full entity ref instead of the `humanizeEntityRef`. If you rely on `EntityOwnerFilter.values` or the `owners` query parameter of the catalog page, you will need to adjust your code to use +**BREAKING**: `EntityOwnerFilter` now uses the full entity ref instead of the `humanizeEntityRef`. If you rely on `EntityOwnerFilter.values` or the `queryParameters.owners` of `useEntityList`, you will need to adjust your code like the following. ```tsx const {queryParameters: {owners: oldEntityOwnerFilterRef}} = useEntityList();