Here is an updated patch.
Group (drupal/group) 2.3.0 requires Flexible Permissions (drupal/flexible_permissions) 2.0, which is also required by Drupal WXT (drupalwxt/wxt ) 5.3.0.
I was able to determine this by running the following composer command:
composer why drupal/flexible_permissions
Results returned:
- drupalwxt/wxt 5.3.x-dev requires drupal/flexible_permissions (^2.0)
- drupal/group 2.3.0 requires drupal/flexible_permissions (^2.0)
Here is a patch.
gturnbull → created an issue.
Here is a patch.
gturnbull → created an issue.
Hi clarkssquared,
Thank you for testing my patch! Your time and effort is greatly appreciated.
Best regards,
Gordon
Hi clarkssquared,
Here are some steps to help with testing:
- Ensure the Help module provided by Drupal core is uninstalled.
- Ensure the Advanced Help module is installed.
- Apply the patch from comment #2.
- Uninstall the Advanced Help module.
- Re-install the Advanced Help module. This time, the Help module provided by Drupal core will be listed as a project dependency, so you will be required to install the Help module while installing the Advanced Help module.
- Load any page on your site.
- Check the Drupal event log. You should no longer see the error/warning when pages are loaded.
Hi clarkssquared,
Thank you for taking the time to test my patch.
After applying the patch, the advanced_help module will have a new project dependency, the Help module provided by Drupal core.
If you then install the help module provided by Drupal core, the error/warning should no longer appear in the Drupal event log when you load pages on your site.
Hope this helps.
Thank you,
Gordon