Taken from the RC4 feedback:

I notice in Commons 3.3 RC4 if you List an event with start date filled with: "today" and End date with: "some days before" ...


events form

the event doesn't show in upcoming events block of the OG and neither in the events list page!


Upcoming block

I think this event should be shown in both places since the end date event is over.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

behoppe333’s picture

Title: Currently running events should appear in the events block » Upcoming events does not show today's events
Category: feature » bug

IMO this is a nasty little bug and not a feature request. Events disappear from view 12:01am potentially 20+ hours before they are scheduled to start!! Change the view filter criteria from "> now" to ">= now" and it works.

Devin Carlson’s picture

Status: Active » Needs review
FileSize
1.66 KB

A patch to implemented the change described in #1.

ezra-g’s picture

@behoppe333, Any chance you can review the patch in #2 to see if it solves your issue?

behoppe333’s picture

@ezra-g, sorry no not really, but I can say this:

  • events on my site continue to work fine since I made the change described in #1
  • to the very limited extent that I understand the code in #2, it sure looks consistent with what I did in #1

If I could easily apply patch #2 to my UAT instance, I could test. It does not seem easy for me because I have overrides of commons features in my site and very limited knowledge of features, modules, and git

Hope that helps

Devin Carlson’s picture

Status: Needs review » Fixed

I retested the patched in #2 which still applies and fixed the current events not being shown.

Committed to Commons 7.x-3.x.

http://drupalcode.org/project/commons.git/commit/c590672

Status: Fixed » Closed (fixed)

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