diff --git a/pages/admin/tenants/create(default).phtml b/pages/admin/tenants/create(default).phtml index 748b391..6977a77 100644 --- a/pages/admin/tenants/create(default).phtml +++ b/pages/admin/tenants/create(default).phtml @@ -46,6 +46,10 @@ $customFieldTenantUuid = ''; $customFieldDefinitions = []; $ignoreTabStorage = true; + // In create-mode the actor has full edit authority over the form they + // are filling in; the shared _form.phtml partial reads $canUpdateTenant + // for the logo/favicon upload blocks introduced in commit 6e3fc63c. + $canUpdateTenant = true; require __DIR__ . '/_form.phtml'; ?>