Skip to content

Commit

Permalink
Remove is_public flag from report paths
Browse files Browse the repository at this point in the history
Even though these paths are publicly accessible, they are not intended as 'public' paths
  • Loading branch information
JKingsnorth authored Sep 10, 2019
1 parent 2f2b15d commit 1141bda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Report/xml/Menu/Report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1141bda

Please sign in to comment.