Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forum.module
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
25 Jun 2013 at 22:23 UTC
Updated:
29 Jul 2014 at 22:34 UTC
Jump to comment: Most recent file
Follow up for #1951268: Convert /forum and /forum/% to new router, remove forum_forum_load(), forum_get_topics(), create Forum service
ForumController adds css files individually, ideally this should use a library.
Add forum css files to a library and attach them in the controller as such.
Write the patch
Review
None
None
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot 2013-10-01 07.09.37.png | 25.47 KB | larowlan |
| #2 | drupal8.forum-module.2028113-2.patch | 1.53 KB | rosk0 |
Comments
Comment #1
larowlanWhoops, tags cloned via dreditor
Comment #2
rosk0Initial patch.
Comment #3
larowlanLooks fine to me.

Screenshot from manual testing - the forum icons (which are the main intent of that css file) are still present.
Comment #4
alexpottCommitted 69a8334 and pushed to 8.x. Thanks!