Implements custom field CSV import closes #338 #395

Merged
carla merged 10 commits from feature/338_import_custom_fields into main 2026-02-02 17:05:31 +01:00
Showing only changes of commit aef3aa299f - Show all commits

View file

@ -110,7 +110,7 @@ defmodule MvWeb.GlobalSettingsLiveTest do
{:ok, _view, html} = live(conn, ~p"/settings")
# Check for custom fields notice text
assert html =~ "Custom fields" or html =~ "custom field"
assert html =~ "Use the data field name"
end
test "admin user sees template download links", %{conn: conn} do