Closed (fixed)
Project:
Bootstrap Library
Version:
8.x-1.12
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2016 at 19:21 UTC
Updated:
21 May 2020 at 16:09 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
vijaycs85Comment #3
vijaycs85Adding some tests and we have to get #2802005: Enable automation testing for this project in to send to QA server. It's all green locally.

Comment #4
vijaycs85Comment #5
hatuhay commentedFixed on 8.x-1.5 release that was not published...
Comment #6
vijaycs85ok, But we could probably use the test added here?
Comment #7
hatuhay commentedComment #8
danharper commentedI'm have this issue, it looks like json_decode on line 53 is not decoding the returned output from _bootstrap_library_data
Results in $cdn_options being null.
Error is malformed json on line 320 of BootstrapLibrarySettingsForm.php, there is
Should be
Cheers Dan
Comment #9
pegasus360 commentedThanks Dan Harper.
Had the same problem and your solution worked.
Comment #10
danharper commentedPatch attached
Comment #12
hatuhay commented