From be87f5a989291fc7f2d5f247daa26375664bb9ec Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 4 Feb 2014 15:29:10 -0800 Subject: [PATCH] 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 --- CRM/Event/xml/Menu/Event.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/xml/Menu/Event.xml b/CRM/Event/xml/Menu/Event.xml index 125e71e19a..35291d4d7f 100644 --- a/CRM/Event/xml/Menu/Event.xml +++ b/CRM/Event/xml/Menu/Event.xml @@ -159,7 +159,7 @@ civicrm/event/manage Manage Events CRM_Event_Page_ManageEvent - access CiviEvent + access CiviCRM,access CiviEvent 1 true 820 @@ -231,7 +231,7 @@ action=add New Event CRM_Event_Form_ManageEvent_EventInfo - access CiviEvent + access CiviCRM,access CiviEvent 830 -- 2.25.1