From ef78f29767a5b41fce5a245182adeb6a15aeb172 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Thu, 1 Aug 2019 16:41:33 +0100 Subject: [PATCH] Add missing is_public flags to public paths --- CRM/Core/xml/Menu/Admin.xml | 3 ++- CRM/Core/xml/Menu/Misc.xml | 1 + CRM/Event/xml/Menu/Event.xml | 2 ++ CRM/Report/xml/Menu/Report.xml | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CRM/Core/xml/Menu/Admin.xml b/CRM/Core/xml/Menu/Admin.xml index 34228dc51d..e581780379 100644 --- a/CRM/Core/xml/Menu/Admin.xml +++ b/CRM/Core/xml/Menu/Admin.xml @@ -275,7 +275,7 @@ civicrm/admin/scheduleReminders - Schedule Reminders[A + Schedule Reminders Schedule Reminders. CRM_Admin_Page_ScheduleReminders 1 @@ -719,6 +719,7 @@ civicrm/sms/callback CRM_SMS_Page_Callback 1 + true civicrm/admin/badgelayout diff --git a/CRM/Core/xml/Menu/Misc.xml b/CRM/Core/xml/Menu/Misc.xml index 86819352d3..57a08d11b8 100644 --- a/CRM/Core/xml/Menu/Misc.xml +++ b/CRM/Core/xml/Menu/Misc.xml @@ -203,6 +203,7 @@ civicrm/ajax/l10n-js CRM_Core_Resources::outputLocalizationJS 1 + true civicrm/shortcode diff --git a/CRM/Event/xml/Menu/Event.xml b/CRM/Event/xml/Menu/Event.xml index 7cc9a3ba68..c9cc607287 100644 --- a/CRM/Event/xml/Menu/Event.xml +++ b/CRM/Event/xml/Menu/Event.xml @@ -300,11 +300,13 @@ civicrm/ajax/event/add_participant_to_cart CRM_Event_Cart_Page_CheckoutAJAX::add_participant_to_cart 1 + true civicrm/ajax/event/remove_participant_from_cart CRM_Event_Cart_Page_CheckoutAJAX::remove_participant_from_cart 1 + true civicrm/event/add_to_cart diff --git a/CRM/Report/xml/Menu/Report.xml b/CRM/Report/xml/Menu/Report.xml index e6f57492ef..6426e1cc01 100644 --- a/CRM/Report/xml/Menu/Report.xml +++ b/CRM/Report/xml/Menu/Report.xml @@ -14,6 +14,7 @@ CiviCRM Reports CRM_Report_Page_InstanceList 1 + true civicrm/report/template/list @@ -43,6 +44,7 @@ Report CRM_Report_Page_Instance 1 + true civicrm/admin/report/template/list -- 2.25.1