From 5aa84307872f738fd6422acd84386555b3d74ae3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 1 Feb 2022 14:22:27 -0500 Subject: [PATCH] CustomField - Fix preview link --- CRM/Core/DAO/CustomField.php | 4 ++-- xml/schema/Core/CustomField.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index f7f8aab922..4132455e1a 100644 --- a/CRM/Core/DAO/CustomField.php +++ b/CRM/Core/DAO/CustomField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6653fe86552a321a498736c14cabc41d) + * (GenCodeChecksum:3af9363de85802021c314ddb8d443848) */ /** @@ -45,7 +45,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO { protected static $_paths = [ 'add' => 'civicrm/admin/custom/group/field/add?reset=1&action=add&gid=[custom_group_id]', 'update' => 'civicrm/admin/custom/group/field/update?action=update&reset=1&id=[id]&gid=[custom_group_id]', - 'preview' => 'civicrm/admin/custom/group/preview&reset=1&fid=[id]', + 'preview' => 'civicrm/admin/custom/group/preview?reset=1&fid=[id]', 'delete' => 'civicrm/admin/custom/group/field/delete?reset=1&id=[id]', 'move' => 'civicrm/admin/custom/group/field/move?reset=1&fid=[id]', ]; diff --git a/xml/schema/Core/CustomField.xml b/xml/schema/Core/CustomField.xml index c5a4a2f617..da1ba6fc0d 100644 --- a/xml/schema/Core/CustomField.xml +++ b/xml/schema/Core/CustomField.xml @@ -11,7 +11,7 @@ civicrm/admin/custom/group/field/add?reset=1&action=add&gid=[custom_group_id] civicrm/admin/custom/group/field/update?action=update&reset=1&id=[id]&gid=[custom_group_id] - civicrm/admin/custom/group/preview&reset=1&fid=[id] + civicrm/admin/custom/group/preview?reset=1&fid=[id] civicrm/admin/custom/group/field/delete?reset=1&id=[id] civicrm/admin/custom/group/field/move?reset=1&fid=[id] -- 2.25.1