- Issue created by @l_langill
- ๐จ๐ฆCanada l_langillI have, so far traced the issue to an update to Devel. That is the change in the versioning repot where this issue starts. 
- ๐จ๐ฆCanada l_langillDowngrading Devel to 5.1.2 has cleared up the issue. I have not gone into the code to see what has changed and why this is happening as yet. 
- ๐ง๐ชBelgium sfcamilHi, 
 I have exactly the same problem.
 With admin/structure/page_manager I see the same error but if I go directly with admin/structure/page_manager/manage/home_page/general the I can work with my page.
- ๐บ๐ธUnited States mediaboundsIn Devel 5.1.x, Devel wouldn't try to alter the entity info due to how Page manager has a custom link template for editing the Page entity. Devel 5.2.x changes that logic to always generate a Devel link template for the devel-loadroute. The route parameters in the custom edit link for the Page entity do not align with what Devel expects which ultimately is what causes this exception.The attached patch updates the page_manager_uimodule to alter the link template used bydevel-load(if Devel is present).
- Status changed to Needs reviewover 1 year ago 5:03pm 12 April 2024
- ๐ฎ๐ณIndia amanbtr72amanmansuri72 โ made their first commit to this issueโs fork. 
- ๐ง๐ชBelgium sfcamilHello, I can confirm, this patch working for me. 
 THX mediabounds โ
- Status changed to Needs workover 1 year ago 12:14pm 26 April 2024
- ๐ฎ๐ณIndia amanbtr72The patch is working fine, but it has one more issue not working on devel URL. Please find the screenshot for further reference. 
- ๐ฉ๐ชGermany Anybody Porta WestfalicaSame issue here, page manager ui is inaccessible. 
- ๐ฉ๐ชGermany Anybody Porta Westfalica#5 fixes the issue, I'm just not sure if it's the correct fix. 
- ๐ธ๐ฐSlovakia yurgHad to add two more Devel-related routes to #5 for Drupal 10.2.6 / Page Manager 4.0.0-rc2. if ($entity_types['page']->hasLinkTemplate('devel-definition')) { $entity_types['page']->setLinkTemplate('devel-definition', '/devel/page/{page}'); } if ($entity_types['page']->hasLinkTemplate('devel-load-with-references')) { $entity_types['page']->setLinkTemplate('devel-load-with-references', '/devel/page/{page}'); }
- ๐ฒ๐พMalaysia amal.bukhariI got around this by uninstalling the devel module using drush drush un devel.
- Status changed to Fixedover 1 year ago 5:21pm 18 June 2024
- Status changed to RTBCover 1 year ago 6:17am 19 June 2024
- ๐ฉ๐ชGermany Anybody Porta Westfalica@l_langill: I don't think this was committed? So please don't change the status to "fixed"! Read https://www.drupal.org/docs/develop/issues โ Based on the feedback I'm setting this RTBC but the maintainers should please decide if this patch is an acceptable solution. 
- Status changed to Needs workover 1 year ago 10:55pm 24 June 2024
- ๐บ๐ธUnited States japerry KVUONot quite sure what I want to do with this, as it seems to be a problem with devel more than Page Manager.. I'd rather not put devel specific code in the PM ui. 
- ๐บ๐ธUnited States mediaboundsFWIW, I was torn whether to submit a patch to devel or to page manager on this. Devel needs to be able to generate routes and makes a mostly reasonable, albeit broad, assumption about the format of the edit link template. This works in most cases...unless an entity type changes their edit link template to have additional route parameters like how page manager UI does. So either devel has to have page manager specific code or page manager needs devel specific code to resolve this. Since page manager UI is altering the convention used by most entities for an edit link template, it seemed reasonable to have it also fix the devel route, if devel was present. 
- ๐ฉ๐ชGermany Anybody Porta WestfalicaAnybody โ changed the visibility of the branch 3438993-some-mandatory-parameters to hidden. 
- ๐ฉ๐ชGermany Anybody Porta WestfalicaAnybody โ changed the visibility of the branch 3438993-some-mandatory-parameters to active. 
- Status changed to Needs reviewabout 1 year ago 8:46am 14 August 2024
- ๐ฉ๐ชGermany Anybody Porta Westfalica@japerry: I agree with Since page manager UI is altering the convention used by most entities for an edit link template, it seemed reasonable to have it also fix the devel route, if devel was present. Do you also agree? I prepared MR!34 based on #5 and #12 thank you! 
 Please review.Page Manager UI is currently unusable with Devel enabled, so I think priority is still major, but I didn't set it higher again as of #17 FYI. 
- ๐ฉ๐ชGermany Anybody Porta WestfalicaStatic patch attached, if someone needs it in the meantime! 
 https://www.drupal.org/files/issues/2024-08-14/page-manager-3438993-MR34... โ
- ๐ฉ๐ชGermany Anybody Porta WestfalicaFYI: Just tried the patch for my case and it fixes all the issues with devel. 
- ๐ฉ๐ฐDenmark dasj19Thanks, Latest patch works like a charm on the latest 4.0.0-rc3. 
- Status changed to RTBC11 months ago 5:00pm 17 December 2024
- ๐บ๐ธUnited States peter pulsiferI agree with #18 and #23, and I greatly appreciate the patch#24 ! 
- ๐จ๐ฆCanada joseph.olstaddevel is an important tool and for DX, +1 here 
- ๐ซ๐ทFrance gozError disappear after applying patch in #24 
 Thanks !