Allow adding scopes to HasMany fieldtype #518
mxaGianluca
started this conversation in
Feature Requests
Replies: 1 comment
-
Statamic's built-in Entries fieldtype has a "Query Scopes" config option. I'd accept a PR adding the same option to Runway's Belongs To & Has Many fieldtypes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great if you can add a scope to a HasMany relation. This would allow you to configure how the same relation behaves depending on where you use it.
Right now you have the option to add a scope for the
runwayListing
by defining ascopeRunwayListing
on the model. But i think it would be really handy to be able to add a scope when you configure the relation in the cp.Beta Was this translation helpful? Give feedback.
All reactions