Here is a patch that adds the reverse functionality (state abbreviation to state name) to the existing tamper plugin.
isSubclassOf()
is deprecated as of Drupal 10. This patch works, and there is also a merge request over on
https://www.drupal.org/project/commerce_stock/issues/3416637
🐛
Can't uninstall - WSOD - commerce_stock_always_in_stock field values don't delete
Needs review
dkosbob → created an issue.
The attached patch adds core version requirement ^10 to the info file. This seems to be working on my D10 site but has NOT been thoroughly tested.
The attached patch should fix the error, though I am not actually sure if the accessCheck should be TRUE or FALSE. The default is TRUE.
dkosbob → created an issue.
Patch attached.
dkosbob → created an issue.
Turns out the reason this was happening on the site I was working on is because the value was hard-coded into settings.yml
I had the same issue, and this worked for me.
Thanks!
Patch attached.