Allow admin to change the names of filtered groups
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 18 Sep 2017 22:19:40 +0000 (18:19 -0400)
committerMichael McMahon <michael@fsf.org>
Thu, 30 Nov 2023 20:03:24 +0000 (15:03 -0500)
commit3cf9f1f4f4b7fa1719f44f6dafc0f66fa7a311f3
tree66086e76772c8f5e7301a93e8eaf5b17a4b91805
parent796f10001e837b2db2858f78be0da3e278387185
Allow admin to change the names of filtered groups

This feature lets one mimic a custom field by allowing admins to change
the text that appears next to each group's check box, via drush.

The json format is a bit more nested, but indented json can be used. An
exmple is included in CRM/Contact/Form/Edit/TagsAndGroups.php.
CRM/Contact/Form/Edit/TagsAndGroups.php