Broke out the table column templates into individual template files

This commit is contained in:
2023-06-05 16:04:56 +01:00
parent 83bf9a7307
commit f92bb5780a
24 changed files with 453 additions and 171 deletions

View File

@@ -14,4 +14,5 @@ Fixes/tweaks a few "issues" with the default UserFrosting installation, includin
- Added 'hasRole' twig function to check if a user has a role (if a role doesn't exist, always returns false)
- Added 'Auditer' role and split the activities permission away from site-admins (exclusive only) and everyone else
- Made the input elements on the account settings page more in line with the other inputs (including the "hidden" and "disabled" mechanisms)
- Updated all* forms to use partial form elements.
- Updated all* forms to use partial form elements
- Broke the table column templates into seperate files and re-factored the table templates