Regression after issue #3443042

Created on 20 February 2025, about 2 months ago

Problem/Motivation

I am trying to upgrade module from 4.x version to 5.x version.

I am getting the below error

[error]  The installed version of the /Module Filter/ module is too old to update.  
Update to an intermediate version first (last removed version: 9403,  
installed version: 8000).

The commit e115869e Added back module_filter_update_9403 but hasn't updated hook_update_last_removed which is causing the above error.

Steps to reproduce

Upgrade module from 4.x version to 5.x version.

Proposed resolution

We need to update below code

from

function module_filter_update_last_removed(): int {
  return 9403;
}

to

function module_filter_update_last_removed(): int {
  return 9402;
}

Remaining tasks

update code.

🐛 Bug report
Status

Active

Version

5.0

Component

Code

Created by

🇮🇳India bhanu951

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