From e69561c412b95cb09c39dd6b854ded0d6ba3078e Mon Sep 17 00:00:00 2001 From: Usha Matisson Date: Thu, 7 Dec 2023 09:34:04 -0800 Subject: [PATCH] path changes for PDFFormat --- CRM/Admin/Page/PdfFormats.php | 4 ++-- CRM/Core/xml/Menu/Admin.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CRM/Admin/Page/PdfFormats.php b/CRM/Admin/Page/PdfFormats.php index 11c5421334..e5b06c2755 100644 --- a/CRM/Admin/Page/PdfFormats.php +++ b/CRM/Admin/Page/PdfFormats.php @@ -51,13 +51,13 @@ class CRM_Admin_Page_PdfFormats extends CRM_Core_Page_Basic { self::$_links = [ CRM_Core_Action::UPDATE => [ 'name' => ts('Edit'), - 'url' => 'civicrm/admin/pdfFormats', + 'url' => 'civicrm/admin/pdfFormats/edit', 'qs' => 'action=update&id=%%id%%&reset=1', 'title' => ts('Edit PDF Page Format'), ], CRM_Core_Action::DELETE => [ 'name' => ts('Delete'), - 'url' => 'civicrm/admin/pdfFormats', + 'url' => 'civicrm/admin/pdfFormats/edit', 'qs' => 'action=delete&id=%%id%%', 'title' => ts('Delete PDF Page Format'), ], diff --git a/CRM/Core/xml/Menu/Admin.xml b/CRM/Core/xml/Menu/Admin.xml index 93ecf39477..7c53322912 100644 --- a/CRM/Core/xml/Menu/Admin.xml +++ b/CRM/Core/xml/Menu/Admin.xml @@ -340,6 +340,11 @@ Communications 70 + + civicrm/admin/pdfFormats/edit + Print Page (PDF) Formats + CRM_Admin_Page_PdfFormats + civicrm/admin/options/communication_style Communication Style Options -- 2.25.1