- Issue created by @gagosha
- Status changed to Closed: outdated
7 days ago 2:14pm 29 May 2025
The current agent access check is incorrect. The condition $agent->hasAccess() !== AccessResult::allowed()
always returns false. It should be updated to !$agent->hasAccess()->isAllowed()
Active
1.0
Code