Closed (fixed)
Project:
DROWL Admin Dashboard
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 12:08 UTC
Updated:
18 Feb 2026 at 15:49 UTC
Jump to comment: Most recent
Write a 3.x update hook to remove Page Manager configs:
page_manager.page.admin_dashboard
page_manager.page_variant.admin_dashboard-layout_builder-0Both are obsolete in 3.x and need to be deleted, otherwise an error appears after updating from 2.x to 3.x because Page manager jumps in!
As return value of the update hook write:
"DROWL Admin Dashboard Page Manager pages have been deleted. You may want to uninstall Page Manager module entirely, if you installed it solely as dependency of DROWL Admin Dashboard."
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
Comment #4
lrwebks commentedComment #5
anybodyThanks!
Comment #9
anybodyI had to revert this and reopen. Just saw this might not be the right approach because it's a config entity:
https://git.drupalcode.org/project/page_manager/-/blob/8.x-4.x/src/Entit...
As a result of this, the menu link pointing this page still exists... I need to find out if it will be deleted if doing it differently.
Comment #11
anybodyFixed, works pretty well! @lrwebks please remember for the future.