CustomField Admin - Decouple page code from form code
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Jan 2022 01:50:30 +0000 (20:50 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 25 Jan 2022 15:12:44 +0000 (10:12 -0500)
commitaca7613bf2dfff87077b3c78b20f0ff46e3aa451
treed9418eccb5a961ee1e663b8930da4b944a5b5556
parentb63971ff29fd836b6cc3e1fdc2448cb27a5b0119
CustomField Admin - Decouple page code from form code

This moves the forms for creating/editing/previewing/deleting custom data
to their own url paths instead of sharing the same path as the page.
17 files changed:
CRM/Campaign/Form/Survey/Questions.php
CRM/Core/DAO/CustomField.php
CRM/Core/DAO/CustomGroup.php
CRM/Core/xml/Menu/Admin.xml
CRM/Custom/Form/DeleteField.php
CRM/Custom/Form/DeleteGroup.php
CRM/Custom/Form/Field.php
CRM/Custom/Form/Group.php
CRM/Custom/Form/Preview.php
CRM/Custom/Page/Field.php
CRM/Custom/Page/Group.php
CRM/Dedupe/Merger.php
templates/CRM/Custom/Form/Group.hlp [moved from templates/CRM/Custom/Page/Group.hlp with 98% similarity]
templates/CRM/Custom/Page/Field.tpl
templates/CRM/Custom/Page/Group.tpl
xml/schema/Core/CustomField.xml
xml/schema/Core/CustomGroup.xml