Closed (fixed)
Project:
Recurring Events
Version:
8.x-1.x-dev
Component:
Recurring Events (Main module)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Oct 2019 at 22:24 UTC
Updated:
11 May 2020 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
owenbush commentedYea, these are currently in the order of when they were created. I think this shouldn't be too big a change to modify the listing to order chronologically.
Comment #3
the_glitch commentedYes please. Regardless of the order the instances are created they appear in Day of the Week order.
Here's a screenshot with Day of the week added to PHP date formatting to a 4 week series. First I created the series to occur on Mondays and Wednesdays only. Then I added the rest of the days after the series was first created.

Comment #4
mrpauldriver commentedI confirm this. See screen shot
Comment #5
the_glitch commented👍
Comment #6
the_glitch commentedThis is a rather important issue that may have been forgotten.
Also, can another PHP Date Format field be added to the Manage Display formatter so the Start and End dates have their own individual PHP formats with a checkbox option for End Date display to turn it on or off?

Comment #7
owenbush commentedThis hasn't been forgotten, it's just not been as high a priority as bundles and other issues. This item is on the roadmap for the 1.0 release.
Manage display settings will likely not be a part of the change though. This issue will just address the ordering of the instances as the date is more relevant to https://www.drupal.org/project/recurring_events/issues/3090156
Comment #8
mrpauldriver commentedThis has probably been resolved with
Add Views SubmoduleComment #9
owenbush commentedThis actually is not built using a view. Its a simple entity reference field at this moment, so probably still needs to be addressed.
Comment #10
owenbush commentedComment #11
Snehal Brahmbhatt commented@pjudge @MrPaulDriver @the_glitch @owenbush Please find this patch to resolve the above-mentioned issue.
Hope this works for you flawlessly!
Thanks,
Snehal Brahmbhatt
https://www.drupal.org/user/3147795/track
Comment #12
the_glitch commentedIs there any progress on the date display formatters so the end date only displays the time if the event ends on the same day as the start date?
https://www.drupal.org/project/recurring_events/issues/3090156
Comment #13
owenbush commentedUnfortunately, patch #11 is not sufficient. Sorting dates alphabetically means that February dates will appear before January etc. Instead, we need to sort based on the date itself, so I've gone ahead and rewritten the patch to do that.
Interdiff also supplied.
Comment #14
mrpauldriver commentedThis is now fixed. Marking as RTBC.
Comment #16
owenbush commentedThis has been merged so I am marking it as fixed. Thank you all for helping get this one over the line.