Opened 5 years ago
Closed 4 years ago
#5234 closed defect (bug) (fixed)
Weekly Chats widget is frequently incorrect
Reported by: | crstauf | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots |
Cc: |
Description
The "Weekly Chats" widget on make.wordpress.org is nearly always incorrect. Initially I thought it was a caching problem, but after checking for a few days, that does not seem to be the case.
[First noticed the issue](https://cloudup.com/cd4_mqFeEMP) on Monday at 16:57 UTC right after #docs meeting, on this page: https://make.wordpress.org/docs/2020/03/16/external-linking-in-docs-policy/.
Checked again today, and it's even stranger, saying that there's a meeting today in one hour: https://cloudup.com/iBbDHtw2W08.
From my perspective, there are two tasks involved in this ticket:
- fix the scheduling glitch
- implement JS to show the correct relative time to bypass cache
Attachments (1)
Change History (5)
#1
@
5 years ago
- Component changed from WordPress.org Site to Make (Get Involved) / P2
This is caused by the "fix" in r15912-dotorg which no longer adds the next_date
property, causing the next date to be an empty strings to gets converted to today.
The proper fix seems to be https://github.com/Automattic/meeting-calendar/pull/100.
This ticket was mentioned in Slack in #docs by chaptuck. View the logs.
5 years ago
This ticket was mentioned in Slack in #meta by dd32. View the logs.
4 years ago
#4
@
4 years ago
- Resolution set to fixed
- Status changed from new to closed
A fix for this was deployed, so meetings should show up correctly in widgets now.
screenshot of Weekly Chats widget with incorrect date and time