Closed (fixed)
Project:
Drupal core
Version:
11.0.x-dev
Component:
help.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jul 2023 at 11:21 UTC
Updated:
1 Aug 2024 at 14:49 UTC
Jump to comment: Most recent
Comments
Comment #2
catchComment #3
andypostI think we can remove help topics module's remains within the same issue
Comment #4
andypostAlso when update hooks will get cut on next major, or it will need own own issue
Comment #5
quietone commentedStumbled upon this. Issues for removing deprecated code should be a child of the relevant Meta issue to remove deprecated code from the upcoming major.
Comment #7
andypostAdded review, only this 2 places to fix but MR removing code instead of just version check
Comment #8
quietone commented@andypost, thanks. I did this quickly without much thought or knowledge of the help and search system. I need to concentrate on other things for a while so hopefully someone else can finish this.
Comment #9
andypostquickly reverted and fixed, looks it can be backported to 10.3.x
Comment #10
andypostNo, it should not be backported to 10.x because the hook is required to be executed before cache cleaning
The fix probably needs better comment about order of cache cleaning for plugins, somehow search is cleaned after help, probably because of alphabetic order
Comment #11
andypostHistorically the hook creating new database table for search indexing but table-exists-check is too expensive to use at runtime
Comment #12
smustgrave commentedThis was posted in #needs-review-queue-initative so taking a look.
Maybe in the future we should drop a comment like //remove in drupal:11.0.0 so it gets picked up in greps.
But nice catch! Replacement seems fine
Comment #15
catchCommitted/pushed to 11.x and cherry-picked to 11.0.x, thanks!