ash/test/actions
Zach Daniel f16ffb3782 improvement!: breaking!: explicitly setting a value to nil on create no longer falls back to the default value
This behavior is more expected than silently switching back to the default, but it does have the potential
to cause issues for those relying on the old behavior. To get the *old* behavior, you'd want to add a change
that does something like `if is_nil(Ash.Changeset.get_attribute(changeset, :attribute)) do` to check if
it should set the value, and then uses `Ash.Changeset.change_attribute/2` to make the change
2021-11-09 00:39:19 -05:00
..
belongs_to_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
create_test.exs improvement!: breaking!: explicitly setting a value to nil on create no longer falls back to the default value 2021-11-09 00:39:19 -05:00
destroy_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
load_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
multitenancy_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
pagination_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
read_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00
update_test.exs improvement: add resource registry validation 2021-10-11 15:14:33 -04:00
validation_test.exs improvement: deprecation! 2021-10-07 02:41:02 -04:00