policies are still filtering relationships even though archive_related_authorize? is set to false
Case 1:
task.ex
+
task_solution.ex
=> the relation is archived ✅
task_solution.ex
=> the policy check misses, the relation is not archived ❌
Not sure but I don't think this is the expected behavior.
3 Replies
@Arago yes I think a case was missed w/ the new change
Can you try
main
of ash_archival
?checking.
@ZachDaniel works now, thank you !
Will release soon