Can't use `actor` on aggregates
Hi - I'm trying to use ^actor on aggregates but it's throwing an error.
This is my aggregate:
But calling:
causes:
Removing the
This is my aggregate:
But calling:
Practice.load!(visit, :max_index, actor: user, authorize?: true)causes:
Removing the
^actor works as expected though (but doesn't filter what I need to ofc)