Closed (fixed)
Project:
Seven
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2025 at 21:16 UTC
Updated:
11 Jul 2025 at 08:54 UTC
Jump to comment: Most recent
The settings for the theme appears also in the global theme settings, and the settings of other themes.
This happens because seven_form_system_theme_settings_alter() has been added to the seven.theme file, not the theme-settings.php file.
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 #2
divyansh.gupta commentedWorking on this
Comment #3
avpadernoComment #6
avpadernoComment #9
avpadernoComment #10
avpadernoComment #11
divyansh.gupta commentedHi @avpaderno,
I had previously assigned this issue to myself and mentioned that I was working on it. I was able to resolve the issue locally, but ran into a Git-related problem that prevented me from pushing the patch in time.
I noticed that you reassigned and committed a fix in the meantime. I appreciate the quick resolution and fully respect the contribution.
Just wanted to note this for transparency, as the general guideline encourages coordination before reassigning issues that are actively being worked on. Looking forward to continued collaboration—thanks again!
Comment #12
divyansh.gupta commentedHi @avpaderno, just a gentle follow-up on my earlier comment above. Appreciate your time, thanks!
Comment #13
avpaderno@divyansh.gupta The issue required to move a function from a file to another; the function to move, where the function was defined, and where the function needed to be moved is described in the issue summary. It does not take four hours to make a merge request.
If you had any problem, you should have posted a comment saying you were going to work on this later. Assigning an issue to yourself does not mean the issue can be kept "suspended" for undefined time.