Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 500 error on viewing a group with a custom group schema
display_name was missing from group_form_schema() so if an IGroupForm plugin with a custom db_to_form_schema() for groups was in use, the group read template would crash with a 500. Add display_name to the schema so that the template renders successfully.
- Loading branch information