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

CRM-14169 - Reverted the change to require access CiviCRM since creating an...

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
parent efdd8339
Branches
Tags
No related merge requests found
......@@ -281,7 +281,7 @@
<item>
<path>civicrm/ajax/locBlock</path>
<page_callback>CRM_Core_Page_AJAX_Location::getLocBlock</page_callback>
<access_arguments>access CiviCRM,access CiviEvent</access_arguments>
<access_arguments>access CiviEvent</access_arguments>
</item>
<item>
<path>civicrm/ajax/eventlist</path>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment