Pimcore Studio UI equivalent for admin.search.list* events #19169
SimonCremer
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
in the Admin UI are a bunch of search list events like
pimcore.admin.search.list.beforeListLoadEvent where you could listen for and could modify the listing search conditions (for example). I couldn't find any information in Studio Docs or code which replaces these kind of events.Is there an equivalent which I can use in Pimcore Studio.
My requirement says that a many-to-many-relation list needs to be pre filtered, and I'm not sure how to do that in Studio. I found a way where I could override the whole ui component, but it feels not right to do so.
Has someone experiences or ideas?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions