admin: refine social work admin form

This commit is contained in:
nobohan
2022-05-10 18:06:29 +02:00
parent b7ed658f96
commit f449dcbda1
10 changed files with 178 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
],
'edit' => [
'role' => 'ROLE_ADMIN',
'template' => '@ChillPerson/SocialWork/edit.html.twig',
'template' => '@ChillPerson/SocialWork/SocialIssue/edit.html.twig',
],
],
],
@@ -307,7 +307,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
],
'edit' => [
'role' => 'ROLE_ADMIN',
'template' => '@ChillPerson/SocialWork/edit.html.twig',
'template' => '@ChillPerson/SocialWork/SocialAction/edit.html.twig',
],
],
],