Closed (fixed)
Project:
Views Slideshow
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2016 at 07:25 UTC
Updated:
26 Feb 2017 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nickdickinsonwildeComment #9
vbouchetHi NickWilde,
Please find an updated patch. I only fixed minor typo (unexisting variable name, too many spaces) and updated (or rollbacked) your array implementation. I know the D8 style should be
$var = [];as you did, but there entire project currently use the old-fashion implementation. So I would prefer to avoid mixing syntax and will create a dedicated ticket to update code syntax.I tested the patch and it works well, it only requires some theming but it is specific to each project ;-)
Let me know if it's ok for you and will merge it. Thanks,
Comment #11
nickdickinsonwildeYeah - I much prefer the [] syntax but I can definitely see the arguments for doing it as a single issue rather than piecemeal. (to be clear, I'm totally good with it)
Comment #12
nickdickinsonwildeBack to [] syntax since everything else is. Fair bit of reworking on this actually.