Remove check for 10200 update from help module

Created on 24 July 2023, about 1 year ago
Updated 1 August 2024, about 2 months ago

Problem/Motivation

Follow-up for #3376376-26: HelpSectionManager::clearCachedDefinitions breaks the update system β†’

We should be able to remove both places in 11.x - once the update is removed, we can also guarantee that the module has been updated to at least this schema version. Let's open a follow-up for that explicitly since there's no @deprecated tag or anything and probably a @todo linking to the issue as well.

$ git grep 10200 -- core/modules/help
core/modules/help/help.install:56:function help_update_10200(&$sandbox = NULL) {
core/modules/help/help.module:151:  if (\Drupal::service('update.update_hook_registry')->getInstalledVersion('help') >= 10200) {
core/modules/help/src/HelpSectionManager.php:61:    if ($this->searchManager && $version >= 10200) {
core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php:33:   * @see \help_update_10200()
core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php:32:   * @see \help_update_10200()

Proposed resolution

Remove check and update hook help_update_10200() when updates for 11.0 will be prepared

Remaining tasks

patch, review, commit

User interface changes

no

API changes

no

Data model changes

no

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
HelpΒ  β†’

Last updated 18 days ago

No maintainer
Created by

πŸ‡«πŸ‡·France andypost

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024