fix: templates are not copied automatically to projects

This commit is contained in:
2026-04-25 07:25:56 +02:00
parent 2296ff0e99
commit 6d86d0ce3f
11 changed files with 160 additions and 107 deletions

View File

@@ -246,7 +246,7 @@ defmodule BDS.TemplatesTest do
)
assert {:ok, templates} = BDS.Templates.rebuild_templates_from_files(project.id)
assert length(templates) == 4
assert length(templates) == 1
template = Repo.get!(BDS.Templates.Template, "template-from-file")
assert template.id == "template-from-file"