- Issue created by @suhaib_hija
- First commit to issue fork.
- Merge request !4Add proxy class for oscBookManager to make module compatible with Drupal 10.2.x β (Open) created by bkosborne
- πΊπΈUnited States bkosborne New Jersey, USA
Yes, this is needed, but in the patch provided you had the proxy class extend from BookManager, but I'm not sure why. I don't think you need to overwrite anything at all from what the script created. I created a Merge Request with the unaltered code of the created proxy class.
Also bumping to major as this is needed for Drupal 10.2.x.
- Status changed to Needs review
9 months ago 3:12pm 28 February 2024 - π¨π¦Canada al_trottier
Creating a patch to add the file generated by the script.
- π¬π§United Kingdom andy inman Gloucestershire, UK
Patch #6 worked for me - the warning "Missing proxy class 'Drupal\book_tree_menu\ProxyClass\oscBookManager' for lazy service 'book.manager'" was previously appearing after every
drush cr
, it's gone after applying the patch.