ash/test/calculations
Zach Daniel b6c8b1c2ec fix: allow calculations to access what would forbidden fields of related items
context for this change:

this requires a potentially risky modification to how field policies are
applied for nested queries and embedded types, which is that we now
apply field policies for nested queries in a post-processing pass.

Bugs in this code could lead to forbidden fields being displayed
when they shouldn't be. Luckily we have tests for this kind of thing :)
2024-05-08 16:22:48 -04:00
..
calculation_test.exs fix: ensure that reuse_values? is honored all the way down the chain 2024-05-07 15:38:03 -04:00
calculation_with_auth_test.exs fix: allow calculations to access what would forbidden fields of related items 2024-05-08 16:22:48 -04:00