Added additional fixes suggested by Upgrade Status module.
Adding more details about the Drupal/PHP versions:
Using Drupal - 10.3 and PHP 8.3
avinashm → created an issue.
Patch #15 worked for me on D10.2.7 and PHP 8.2.15
@nicrodgers Thank you so much for the documentation page. It really helps me to replace the deprecated hook_search_api_solr_documents_alter with PostCreateIndexDocumentsEvent.
Updating the patch with new fixes found during testing.
Root cause for this issue was usage of a deprecated hook hook_field_widget_form_alter
in the module file.
Link for reference: https://api.drupal.org/api/drupal/core%21modules%21field%21field.api.php...
I have uploaded the patch here in D10 compatibility issue thread : https://www.drupal.org/project/business_rules/issues/3286389#comment-152... 📌 Automated Drupal 10 compatibility fixes Needs review
Uploading the new patch file after fixing more issues found during the testing.
One of the major ones is the usage of the deprecated hook: hook_field_widget_form_alter in the module file.
Link for reference: https://api.drupal.org/api/drupal/core%21modules%21field%21field.api.php...
avinashm → created an issue.
Created a wrong issue, sorry for the confusion.
Updating the patch file.