grardb
Dynamic `required()`/`visible()` within a Repeater
@toeknee That worked! Thank you so much. I didn't know about this traversal stuff. Very cool.
Follow-up question if you don't mind: There are actually a number of fields that rely on this
Event
, so I'm calling Event::find($get(...))
multiple times per update. Is there a way to reuse the model that's loaded within the Select
to prevent these duplicate queries?12 replies