Problem/Motivation

The module currently stores data in \Drupal::state() but does not remove it during uninstall. This may leave stale entries in the state table even after the module is removed.

Proposed resolution

Add cleanup logic to the module’s uninstall hook to remove all state keys used by Block Inactive Users.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

foxy-vikvik created an issue. See original summary.

foxy-vikvik’s picture

Version: 8.x-3.x-dev » 8.x-2.x-dev
rawdreeg’s picture

Version: 8.x-2.x-dev » 8.x-3.x-dev
foxy-vikvik’s picture

Status: Active » Needs review
kksandr’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

foxy-vikvik’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.