Closed (fixed)
Project:
Gin Admin Theme
Version:
8.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
17 Sep 2021 at 01:18 UTC
Updated:
2 Nov 2021 at 07:19 UTC
Jump to comment: Most recent
Noticed that GinSettings::getAdminTheme() uses the \Drupal global static class rather than dependency injection, despite the fact that the class uses dependency injection for other stuff.
Look at the code. :P
Inject the config.factory service and use that instead.
See previous point.
None.
None probably?
Unsure, don't think so?
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 #3
ambient.impactComment #5
ambient.impact🙌🎉
Comment #6
inaw commentedThe implementation of the dependency injection for
config.factorylooks correct to me.I was also able to successfully test the MR with Gin
8.x-3.0-alpha37and8.x-3.x-devComment #7
saschaeggiThanks both!