Remove is_public flag from report paths
authorJohn Kingsnorth <john@johnkingsnorth.co.uk>
Tue, 10 Sep 2019 09:44:01 +0000 (10:44 +0100)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 10 Sep 2019 22:25:11 +0000 (08:25 +1000)
Even though these paths are publicly accessible, they are not intended as 'public' paths

CRM/Report/xml/Menu/Report.xml

index 6426e1cc018e4a86610d2d6bb45e8f2da5893489..e6f57492efe1263ccf1658e1c28da902dedcf715 100644 (file)
@@ -14,7 +14,6 @@
      <title>CiviCRM Reports</title>
      <page_callback>CRM_Report_Page_InstanceList</page_callback>
      <access_callback>1</access_callback>
-     <is_public>true</is_public>
   </item>
   <item>
      <path>civicrm/report/template/list</path>
@@ -44,7 +43,6 @@
      <title>Report</title>
      <page_callback>CRM_Report_Page_Instance</page_callback>
      <access_callback>1</access_callback>
-     <is_public>true</is_public>
   </item>
   <item>
      <path>civicrm/admin/report/template/list</path>