Merge branch 'main' into feature/371-groups-resource
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simon 2026-01-27 17:16:34 +01:00
commit 5df1da1573
9 changed files with 632 additions and 27 deletions

View file

@ -348,7 +348,7 @@ defmodule Mv.Membership.MemberSearchWithCustomFieldsTest do
assert List.first(results).id == member1.id
# Delete custom field value
assert :ok = Ash.destroy(cfv)
assert :ok = Ash.destroy(cfv, actor: system_actor)
# Value should no longer be found
deleted_results =