Closed
Bug 1102229
Opened 11 years ago
Closed 11 years ago
custom css stylesheets are not loaded if CONCATENATE_ASSETS is false
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
636 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
custom css stylesheets are not loaded if CONCATENATE_ASSETS is false.
spot the typo:
> [% IF constants.CONCATENATE_ASSETS %]
> [% PROCESS format_css_link asset_url = css_sets.unified_custom %]
> [% ELSE %]
> [% FOREACH asset_rul = css_sets.custom %]
> [% PROCESS format_css_link %]
> [% END %]
> [% END %]
Attachment #8526023 -
Flags: review?(dkl)
Comment 2•11 years ago
|
||
Comment on attachment 8526023 [details] [diff] [review]
1102229_1.patch
Review of attachment 8526023 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry didn't catch that before. Problem solved. r=dkl
Attachment #8526023 -
Flags: review?(dkl) → review+
Updated•11 years ago
|
Flags: approval?
Flags: approval5.0?
Updated•11 years ago
|
Flags: approval?
Flags: approval5.0?
Flags: approval5.0+
Flags: approval+
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
e673eb9..8155a93 master -> master
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
1fc447a..45439b7 5.0 -> 5.0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•