Trying to configure a node which repeats on selected days of the week. I can do this by adding more repeating instances, but see that they are not sorted in date order. Please see screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | smart_date-force_chronological-3112691-3.patch | 5.42 KB | mandclu |
| smartdate-sort-order-bug.png | 38.98 KB | mrpauldriver |
Comments
Comment #2
mandclu commentedCurrently the sort intentionally respects sort of the input deltas, in case there is a manual sort the editor is expecting. My proposed solution is to provide an display configuration option to force all instances to be displayed chronologically. Let me know if you think this would suffice.
Comment #3
mandclu commentedThe attached patch adds a checkbox to the default display configuration to force all the output to be sorted chronologically.
Here's how a test node with two overlapping rules looks before the sort:

And here's how the output looks with the sort enabled:

Comment #4
mrpauldriver commentedTested and working.
Comment #5
mandclu commentedComment #6
mandclu commentedMerged into dev