Thanks for the patch. I have a similar issue. My current site is in English and French. With the patch the functionality seem to be working as expected.
+1 RTBC
SivaprasadC → created an issue.
In my case on D10 site, Deleted entries with the below commands and ran https://yoursite/rebuild.php in the browser.
First see if the module is installed:
SELECT * FROM `key_value` WHERE name = 'module_name'
Than remove the module with:
DELETE FROM `key_value` WHERE name = 'module_name'
Thanks for the patch @larsmw. It is working as expected.
This issue https://www.drupal.org/project/ultimate_cron/issues/3351276 🐛 Deprecated Creation of dynamic property Needs review is not occurred post applying the patch.
Thanks for the patch. It is working as expected in my project. Steps followed:
- Applied the patch using composer
- Ran drush updb
- Cleared the Cache
Thanks for the patch.
It is working as expected for my case. +1 RTBC