gigya / drupal8

Gigya Drupal 9/10 GConnector
GNU General Public License v2.0
4 stars 15 forks source link

Fix autowired drupal 10.2.x version #143

Closed joseantonio7696 closed 7 months ago

bmunslow commented 8 months ago

I tested this PR in a large Drupal site and can confirm it fixes the login issue that appeared after upgrading to Drupal 10.2.2

Ynhockey commented 7 months ago

Hi @joseantonio7696 ,

Apologies for the late reply. I tested this and it works (will do a refactor later, but not as part of this version).

Can you please retarget the merge to the develop branch? Also none of the class names in the services YAML require quotes (underscores are OK), so it's best to remove them, or alternatively put them on all three class names in the file for consistency.

Thanks!

Ynhockey commented 7 months ago

Superseded by PR 145