Problem/Motivation
Error: Undefined class constant 'TAGSTOINVALIDATE' in Drupal\msqrole\Form\MasqueradeRoleSettings->buildForm() (line 46 of /var/www/web/modules/contrib/msqrole/src/Form/MasqueradeRoleSettings.php)
Steps to reproduce
Install the module and attempt to /admin/config/people/masquerade-role
Proposed resolution
Change RoleManagerInterface::TAGSTOINVALIDATE to RoleManagerInterface::TAGS_TO_INVALIDATE
Remaining tasks
None
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | msqrole-fix-settings-form-exception-3276568-3.patch | 652 bytes | daceej |
Comments
Comment #2
daceej commentedAttaching a patch that resolves the issue.
Edit: daceej was contributing at night again and attached the wrong patch file. See comment #3
Comment #3
daceej commentedWelp, I need to stop coding at night.... attaching the correct patch.
Comment #4
daceej commentedComment #6
randalv commentedOuch, this one hurts the find and replace skills.
I've created a new minor release with this fix, thanks for catching this one!