Missing access handler implementation for FieldType agent
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3502203. --> Reported by: [gagosha](https://www.drupal.org/user/3506581) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Missing access handler implementation for FieldType agent</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>1. Create instance of the FieldType agent<br> 2. hasAccess() returns AccessResult::allowed() for anonymous user.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>add access method for FieldType agent with proper permission.</p>
issue