Closed (works as designed)
Project:
Membership Entity
Version:
7.x-1.x-dev
Component:
Code: Membership Types
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
26 Mar 2017 at 20:49 UTC
Updated:
8 Apr 2018 at 23:32 UTC
Jump to comment: Most recent
Comments
Comment #2
draenen commentedIf any one module (ie. implementation of
hook_membership_entity_access()) returns FALSE for an operation then access is denied. This is the same way node_access checks work in core. If you really want to allow access to the join operation under any condition, you can override the menu item access callback inhook_menu_alter()