Problem/Motivation
I can see issue with Drupal 11 when visiting configuration page: /admin/config/acquia-dam
Steps to reproduce
- Setup drupal11 site
- Enable this module
- Login to your site with admin creds
- Visit dam configuration page: example.com/admin/config/acquia-dam, you will see WSOD
Proposed resolution
As per the change introduced in core, it is mandatory to provide \Drupal\Core\Config\TypedConfigManagerInterface in ConfigFormBase::__construct
Issue fork acquia_dam-3458567
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
Comment #4
ankitv18 commentedMR!59 is ready for a review.
Comment #5
chandu7929 commentedChanges looks good to me, also verified locally now I am able to access
/admin/config/acquia-dampage without any error. Hence RTBC.Comment #6
chandu7929 commentedComment #8
deepakkm commentedRTBC + 1
Comment #9
chandu7929 commentedNeed to add NEXT_MAJOR.
Comment #10
hetal.solankiComment #11
chandu7929 commented@Hetal.Solanki we can't move issue in needs review unless CI is green, why do you think its ready for review?
Comment #12
baluertlNow tested this MR on a D11-rc1 site and although the backend functionality works as expected, but some frontend misalignment occurs on my side with Core's default theme:


Can anyone else confirm as well?
Comment #13
chandu7929 commented@balu-ertl I don't see such behaviour on a D11-rc1
Comment #14
baluertl@chandu7929 we're using different themes. The modal has a black header on my screenshots, yours has a dark blue. What happens if you switch your admin theme to core's Claro, please?
Comment #15
chandu7929 commentedI am testing this on Vanilla drupal D11-rc1 without any customisation, and yes Claro is set as default admin theme.

Comment #16
chandu7929 commentedAll tests for D10 & D11 has been fixed. Need to check failing test for D9.5
Comment #22
japerry