add CSV teplate closes #329 #347

Merged
carla merged 4 commits from feature/329_csv_specification into main 2026-01-13 11:02:53 +01:00
Showing only changes of commit 6fe75db56d - Show all commits

View file

@ -116,6 +116,7 @@ defmodule MvWeb.MemberLive.ShowTest do
# Ensure no custom fields exist for this test # Ensure no custom fields exist for this test
# This ensures test isolation even if previous tests created custom fields # This ensures test isolation even if previous tests created custom fields
existing_custom_fields = Ash.read!(CustomField) existing_custom_fields = Ash.read!(CustomField)
for cf <- existing_custom_fields do for cf <- existing_custom_fields do
Ash.destroy!(cf) Ash.destroy!(cf)
end end