Closed (fixed)
Project:
Config Pages
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
13 May 2025 at 17:42 UTC
Updated:
5 Aug 2025 at 11:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
alt.dev commentedComment #4
webflo commentedI had similar issues, especially when a config page (with the required context) did not exist. \Drupal\config_pages\ConfigPagesLoaderService::getFieldView should add "config_pages_list:$type" as a cache tag in the empty case.
Comment #8
webflo commented@alt.dev I did not what to interfere with your branch. I have created a new MR with a test for this new feature.
Comment #12
shumer commentedComment #13
alt.dev commentedHi @shumer,
I was pleased to see that the patch I provided for this issue was merged, and I'm glad I could contribute to improving the module.
I noticed that credit for the issue resolution wasn't assigned to my Drupal.org profile. As you know, contribution credits are a valuable part of the Drupal community, encouraging participation and recognizing the efforts of individuals. Providing the initial issue report and developing the fix are contributions that are generally credited according to Drupal.org guidelines.
Would you please consider updating the issue credits to include my contribution?
Comment #14
webflo commentedComment #15
shumer commentedComment #19
asherry commentedI'd like to request this be re-opened just for a quick fix that's needed. There is a duplicate class use import that's causing an error. I'm not sure how it's not happening for everybody, maybe it's a PHP version issue.
I cherry-picked the commit from this ticket #3327176: Add link to Layout Builder overrides on config page form but the actual origin of the issue was here so I feel like the fix belongs here as well.
Comment #20
shumer commentedThanks for that MR @ashery. The issue I think exists in dev branch only, as we haven't release the new version with the latest fixes.
I'll check this one and the Layout builder fix and hopefully we can release those.