Closed (won't fix)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2014 at 22:35 UTC
Updated:
12 Mar 2015 at 22:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
josesanmartin commentedAdding patch
Comment #2
taiger commentedI had trouble applying the patch directly. However, applying the changes manually fixes the bug and allows subthemes to alter the theme settings form.
Comment #3
markhalliwellComment #6
markhalliwellComment #7
markhalliwellActually this will be semi-reverted/fixed in #2451107: Fix bootstrap theme settings. I just remembered why there is a form alter to begin with.
theme-settings.phpis invoked before any module/theme has had a chance to alter the form thus, we cannot properly process alter the form from the file alone. I will move the majority of the "added" code back totheme-settings.php, but limit what the alter does instead.Comment #8
markhalliwellThis has indeed been superseded/fixed by #2451107: Fix bootstrap theme settings.