Closed (fixed)
Project:
Paragraphs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2015 at 11:00 UTC
Updated:
6 Aug 2015 at 07:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vaccinemedia commentedHere is a quick and simple patch which simply increases the delta from 10 to 20. I'd be surprised if a site has a use case whereby they need more than 40 bundles to be sorted alphabetically and deployed using features! But you never know ;)
Comment #2
jeroen.b commentedMaybe we can make the delta dynamic? (amount of bundles * 2)?
Comment #3
vaccinemedia commentedGood thinking. Here's another patch which counts the number, multiplies by two and uses this for the delta. - edit just noticed the issue with the comment numbers on the filenames. My bad ;)
Comment #5
jeroen.b commentedThanks, committed to dev!