Skip to content
Snippets Groups Projects
Commit be87f5a9 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-14169 - require access CiviCRM permission in addtion to access CiviEvent...

CRM-14169 - require access CiviCRM permission in addtion to access CiviEvent permission in order to create a new event and in order to access Manage Events page (event/manage path).

----------------------------------------
* CRM-14169:
  http://issues.civicrm.org/jira/browse/CRM-14169
parent 2f0649a6
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@
<path>civicrm/event/manage</path>
<title>Manage Events</title>
<page_callback>CRM_Event_Page_ManageEvent</page_callback>
<access_arguments>access CiviEvent</access_arguments>
<access_arguments>access CiviCRM,access CiviEvent</access_arguments>
<page_type>1</page_type>
<is_ssl>true</is_ssl>
<weight>820</weight>
......@@ -231,7 +231,7 @@
<path_arguments>action=add</path_arguments>
<title>New Event</title>
<page_callback>CRM_Event_Form_ManageEvent_EventInfo</page_callback>
<access_arguments>access CiviEvent</access_arguments>
<access_arguments>access CiviCRM,access CiviEvent</access_arguments>
<weight>830</weight>
</item>
<item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment