You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "activities" entry and display seems to apparently incorrectly enter/display/edit the dates for activities. Every time the activities creation/editing window is entered, the date is shifted earlier by one day.
Steps to reproduce:
Add an activity for a particular date
The activity list on the user page shows the activity, but has it listed as the day prior to the one that was entered.
If the activity is edited, the date shown in the edit is the same as the page shown on the user page. If this is saved without changes, the activity gets bumped
After step 1, the SQL database shows the following:
The date_it_happened field is the one that changed. I wonder if this is some sort of timezone (configuration) issue. But it's not obvious to me why that might have this effect.
I am self-hosting monica and am running v2.11.0. This bug was also present in the previous version that I ran: v2.10.2. This appears to be related to #1813 and #2074. I am filing a new bug report since neither mention the issue of the activity date "back-stepping" on successive edits.
The text was updated successfully, but these errors were encountered:
The "activities" entry and display seems to apparently incorrectly enter/display/edit the dates for activities. Every time the activities creation/editing window is entered, the date is shifted earlier by one day.
Steps to reproduce:
After step 1, the SQL database shows the following:
After step 3, it then shows:
The
date_it_happened
field is the one that changed. I wonder if this is some sort of timezone (configuration) issue. But it's not obvious to me why that might have this effect.I am self-hosting monica and am running v2.11.0. This bug was also present in the previous version that I ran: v2.10.2. This appears to be related to #1813 and #2074. I am filing a new bug report since neither mention the issue of the activity date "back-stepping" on successive edits.
The text was updated successfully, but these errors were encountered: