- Issue created by @wolfhowling
- First commit to issue fork.
- πΊπΈUnited States kevinfunk
Thank you @wolfhowling for creating the issue. The patch did not apply to 8.x-1.x-dev so I created the MR to address the following:
FILE: web/modules/contrib/tac_lite/src/Form/SchemeForm.php
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Fix now 37 Call to deprecated function user_roles(). Deprecated in
drupal:10.2.0 and is removed from drupal:11.0.0. Use
Drupal\user\Entity\Role::loadMultiple() and, if necessary,
an inline implementation instead.
--------------------------------------------------------------------------------FILE: web/modules/contrib/tac_lite/tac_lite.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 6 Value of core_version_requirement: ^8 || ^9 || ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------FILE: web/modules/contrib/tac_lite/tac_lite_create/tac_lite_create.info.yml
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check manually 6 Value of core_version_requirement: ^8 || ^9 || ^10 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
--------------------------------------------------------------------------------I have also tested this on a Drupal 11 sites with the changes from the MR.