Comments

john.money created an issue. See original summary.

john.money’s picture

Issue summary: View changes
john.money’s picture

Added patch.

dan_metille’s picture

Version: 8.x-3.1 » 8.x-3.x-dev

The patch fails on version 3.1 but applied ok on the dev version.

lias’s picture

Patch worked against 3x dev version for me as well.

brianfisher’s picture

Status: Active » Needs review

works for me too

maryluellyn’s picture

Patch works for my site on 3.x-dev
Thank you!

peterhebert’s picture

Uploading similar patch to #3, but for for 9.0.x branch for Drupal 9.

pameeela’s picture

StatusFileSize
new6.12 KB

Without the patch, the date does not display at all. Using the patch in #3, I am getting this when there is no end date:

pameeela’s picture

Attached patch works for optional end dates that include a time.

quentin massez’s picture

Hi everyone and thank for the patch !

The patch for 9.0.x in #8 didn't work for me.
Here's the patch I used that solved this issue.

netsliver’s picture

Add compatibility with date_all_day

netsliver’s picture

Add compatibility with date_all_day and all day on all format

paul_serval’s picture

jaime@gingerrobot.com’s picture

I've noticed we need some documentation for this module too. The default settings in the module are ignored as even if getSetting does merge with default it will only add new keys to the array. Anything that already exists preferences the settings we already have.

The documentation should include something about going into the display field settings and setting up the date formats so they are primary ones it uses.

Anyway here's an update to patch from #10 to use Drupal 9 functions and the D9 branch.

jaime@gingerrobot.com’s picture

Updated to make sure if there is no date or if end date equals start date then use single format.

jaime@gingerrobot.com’s picture

There was an error with my last patch where it didn't check if the delta key existed before operating on the array. Fixed that.

villette’s picture

Status: Needs review » Reviewed & tested by the community

Path in #17 works great with latest version, I'm moving this to RTBC

sudishth’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.