From 9986dc5cdcbc7665353ee2940cd92d59e5ba55ff Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 5 Feb 2014 11:46:59 -0800 Subject: [PATCH] CRM-14169 - Reverted the change to require access CiviCRM since creating an event does work for auth user with access CiviEvent and there are use cases for this. We will add a config warning separately if inappropriate perms have been granted to anonymous users. Removed access CiviCRM requirement from ajax.locBlock since that breaks the Location tab in events for users who can otherwise properly create an event. ---------------------------------------- * CRM-14169: http://issues.civicrm.org/jira/browse/CRM-14169 --- CRM/Event/xml/Menu/Event.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/xml/Menu/Event.xml b/CRM/Event/xml/Menu/Event.xml index 125e71e19a..f80fa0e392 100644 --- a/CRM/Event/xml/Menu/Event.xml +++ b/CRM/Event/xml/Menu/Event.xml @@ -281,7 +281,7 @@ civicrm/ajax/locBlock CRM_Core_Page_AJAX_Location::getLocBlock - access CiviCRM,access CiviEvent + access CiviEvent civicrm/ajax/eventlist -- 2.25.1