Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2015 at 14:59 UTC
Updated:
1 Jan 2016 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Sut3kh commentedHere is my best guess at how it should work
Comment #3
Sut3kh commentedon reflection, i guess this should switch on $provider->getPluginId() instead of the provider version.
Comment #4
markhalliwellThis is actually where the fix should be IMO. If it's the base provider (none), it should just return an empty array. The reason it's currently going through is because it's still adding empty "css" and "js" arrays IIRC.
Comment #5
markhalliwellAlso, now that I think about it, I really don't think there should be a "fallback" provider (no other plugin in the base theme has this). It just adds complications, like this one, IMO. I'll work on this.
P.S. Thank you for the patch though!
Comment #7
markhalliwell