Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
Allow CiviCRM Admin to control whether a Custom Data Group is displayed or hidden (collapsed) by default.
- Implement new column for crm_custom_group -> collapse_display INT Default 0
- Make this column editable/viewable in admin/custom/group as a checkbox:
[ ] Collapse this group on intial display
- Modify contact/view/cd edit and view mode so the show or hide param is passed when page is loaded, AND so any groups with field validation errors are always set to SHOW when page is re-loaded (edit mode only).
- Modify tpl to match fieldset show and hide layouts as in Contact.tpl, etc.