- Issue created by @kriboogh
- π§πͺBelgium kriboogh
I fixed this in our case, by running a updb hook in one of our custom modules and including the editoria11y updb hooks (so no need to fiddle in the db).
function my_module_update_9000(&$sandbox) { Drupal::moduleHandler()->loadInclude("editoria11y", "install"); editoria11y_update_9003($sandbox); editoria11y_update_9004($sandbox); }
- Assigned to itmaybejj
- Status changed to Fixed
about 1 year ago 8:09pm 25 October 2023 - πΊπΈUnited States itmaybejj
Thank you.
One could also:
drush ev "\Drupal::service('update.update_hook_registry')->setInstalledVersion('editoria11y', 9002);"
I'm going to leave this as-is in the release, since it only affects a few people, and all of them know how to install patches!
Automatically closed - issue fixed for 2 weeks with no activity.