feat: document templates with auto-fill (P1)

This commit is contained in:
m
2026-03-30 11:29:23 +02:00
17 changed files with 1568 additions and 89 deletions

View File

@@ -86,7 +86,13 @@ func TestTenantResolver_FromHeader_NoAccess(t *testing.T) {
func TestTenantResolver_DefaultsToFirst(t *testing.T) {
tenantID := uuid.New()
<<<<<<< HEAD
tr := NewTenantResolver(&mockTenantLookup{tenantID: &tenantID, role: "owner"})
||||||| 8e65463
tr := NewTenantResolver(&mockTenantLookup{tenantID: &tenantID})
=======
tr := NewTenantResolver(&mockTenantLookup{tenantID: &tenantID, role: "associate"})
>>>>>>> mai/ritchie/p1-document-templates
var gotTenantID uuid.UUID
next := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {