Files
payload/test/helpers
Jacob Fletcher 2a0094def7 fix(ui): relationship filterOptions not applied within the list view (#11008)
Fixes #10440. When `filterOptions` are set on a relationship field,
those same filters are not applied to the `Filter` component within the
list view. This is because `filterOptions` is not being thread into the
`RelationshipFilter` component responsible for populating the available
options.

To do this, we first need to be resolve the filter options on the server
as they accept functions. Once resolved, they can be prop-drilled into
the proper component and appended onto the client-side "where" query.

Reliant on #11080.
2025-02-11 13:20:55 -05:00
..
2024-03-07 15:40:39 -05:00
2024-08-13 12:54:33 -04:00
2024-04-01 17:46:42 -04:00
2024-11-11 13:59:05 -05:00
2024-08-13 12:54:33 -04:00