You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use the dynamic filters in an association you might need information from the parent record (Post and Comments, you want to know who the Post is).
Dynamic filters suggestions (and other options which can be called as blocks) don't have this information.
Let's send in the params the record_id and resource_class?
Current workarounds
Use the referrer URL and extract from there
Screenshots or screen recordings
Additional context
I think the same applies for ordering. Sometimes you need the parent. Yaro had a situation like this at some point.
The text was updated successfully, but these errors were encountered:
Feature
When you use the dynamic filters in an association you might need information from the parent record (Post and Comments, you want to know who the Post is).
Dynamic filters suggestions (and other options which can be called as blocks) don't have this information.
Let's send in the params the
record_id
andresource_class
?Current workarounds
Use the referrer URL and extract from there
Screenshots or screen recordings
Additional context
I think the same applies for ordering. Sometimes you need the parent. Yaro had a situation like this at some point.
The text was updated successfully, but these errors were encountered: