- Issue created by @sea2709
- πΊπΈUnited States sea2709 Texas
I looked into the source code and I see that there are some update hooks to remove some updates from 1.x. Since my site is using UI Patterns 2.x , so the installed versions of UI Patterns modules are 8000.
I added a patch for some checking the installed versions of modules before removing it.
- Status changed to Needs work
9 days ago 10:12am 24 July 2025 - π«π·France Grimreaper France π«π·
Hello,
Please create a MR.
I think you can change the schema version of those modules in key_value table to point to the hook_update_N mentioned in those modules.
- Merge request !413update the return number of hook_update_last_removed for ui_patterns,... β (Open) created by sea2709
- πΊπΈUnited States sea2709 Texas
@grimreaper: I just created a MR. Yeah, I can change the schema version in key_value table on my local only, in my company, we're not allowed to do that on the servers, except some edge cases!