Add civicrm_admin_ui extension
authorColeman Watts <coleman@civicrm.org>
Wed, 26 Jan 2022 19:22:59 +0000 (14:22 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 7 Feb 2022 18:59:08 +0000 (13:59 -0500)
commitaa40d9a7f6dc5425538b27e931d9ab35a87da86c
tree3a5ea6c0dbc8c662d3a8bd2ac481583a8379401a
parentb357be494ee9ed38fdd1d5d258d29670ed45ae28
Add civicrm_admin_ui extension

So far this extension replaces 2 screns with SearchDisplay Afforms:
- Custom field groups
- Custom fields
13 files changed:
.gitignore
distmaker/core-ext.txt
ext/civicrm_admin_ui/LICENSE.txt [new file with mode: 0644]
ext/civicrm_admin_ui/README.md [new file with mode: 0644]
ext/civicrm_admin_ui/ang/afsearchAdminCustomFields.aff.html [new file with mode: 0644]
ext/civicrm_admin_ui/ang/afsearchAdminCustomFields.aff.json [new file with mode: 0644]
ext/civicrm_admin_ui/ang/afsearchAdminCustomGroups.aff.html [new file with mode: 0644]
ext/civicrm_admin_ui/ang/afsearchAdminCustomGroups.aff.json [new file with mode: 0644]
ext/civicrm_admin_ui/civicrm_admin_ui.civix.php [new file with mode: 0644]
ext/civicrm_admin_ui/civicrm_admin_ui.php [new file with mode: 0644]
ext/civicrm_admin_ui/info.xml [new file with mode: 0644]
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Custom_Fields.mgd.php [new file with mode: 0644]
ext/civicrm_admin_ui/managed/SavedSearch_Administer_Custom_Groups.mgd.php [new file with mode: 0644]