Closed mccrodp closed 8 years ago
Fixed infinite loop, but checkAccess
class is effectively repeating access
to avoid infinite loop in the Access Control Handler. It is working but is likely not best approach.
https://github.com/mccrodp/message_ui/blob/8.x-1.x/src/MessageUiAccessControlHandler.php
See attached backtrace. message-ui-edit-loop.pdf
access
andcheckAccess
are both called in loop.