calendar
calendar copied to clipboard
month view no longer sorted chronologically
Steps to reproduce
- Update to version 3.4.3.
- Open the month view in the calendar. Several calendars are visible.
Expected behavior
The appointments are displayed chronologically in the respective day.
Actual behaviour
Although the appointments are entered on the correct day and also with the correct time, the sorting is not comprehensible.
Calendar app version
3.4.3
CalDAV-clients used
No response
Browser
Firefox 104
Client operating system
Windows 11, Fedora 36
Server operating system
No response
Web server
Apache
Database engine version
MariaDB
PHP engine version
PHP 8.0
Nextcloud version
24.0.2
Updated from an older installed version or fresh install
Updated from an older version
List of activated apps
No response
Nextcloud configuration
No response
Web server error log
No response
Log file
No response
Browser log
No response
Additional info
No response
Same issue on Arch with PHP8.1
Related to https://github.com/nextcloud/calendar/pull/4431 @st3iny ?
Yeah, that is a regression we had to take in order to fix a more severe visibility bug. We have to wait until the bug is fixed upstream in FullCalendar until we can revert the order changes again.
Blocked by https://github.com/fullcalendar/fullcalendar/issues/6608. We can close the ticket once the upstream ticket is resolved, released and brought into our app.
same issue
any workaround ? this is really upsetting
@mhazan01 See my and Christophs comment. There is nothing we can do right now.
any way to reverse to a prior version that didn't have that bug ?
Why is there no WARNING before updating?
Is this sorted in 3.5.0? It's not mentioned in the changelog that shows in the Nextcloud app page.
There were no database migrations from 3.4.2 to 3.4.0 or event 3.5.0 https://github.com/nextcloud/calendar/compare/v3.4.3..v3.5.0 so you can go back to 3.4.2 if you prefer the previous state.
Howto revert to previous app version (assuming that the database structure hasnt changed) Disable Calendar App in nextcloud delete calendar from from nextcloud/apps/ Download previous version from https://apps.nextcloud.com/apps/calendar/releases?platform=22#22 and extract it do nextcloud/apps/calendar check folder permissions aktivate calendar app
Also shared calendar entries are not grouped anymore in version 3.5.0
@stvhay You're in the wrong repository. (Apologies, this issue was linked from https://github.com/mail-in-a-box/mailinabox/pull/2083 where I think @stvhay meant to reply.)
@mhazan01 See my and Christophs comment. There is nothing we can do right now.
The mentioned bug is almost a year old and no sign of being fixed soon whatsoever. I vote for a workaround in order to fix the regression. In my opinion the impact is to severe to wait for an undisclosed time period.
Sure. What do you suggest as a workaround?
From what I understand the issue related to #4431 the missing events only effect the week view. How about applying the eventOrder
change from #4431 only in week view?
That sounds worth a test!
have the same problem
Is there a version where the workaround can be tested I could install ? When delete Calendar from apps and untar this version, going to the calendar page shows an upgrade page instead. For sure, once the upgrade is finished, my downgrade is reversed.
Is there a version where the workaround can be tested I could install ? When delete Calendar from apps and untar this version, going to the calendar page shows an upgrade page instead. For sure, once the upgrade is finished, my downgrade is reversed.
Im Running 3.4.2 dont forget to check folder permissions.
Like a month later and this is sadly still an issue. Luckily was able to downgrade my calendar to V3.4.2 and it's fixed now. Are there plans already to fix the sorting in the latest version of calendar for nextcloud?
Yay, thank you so much for fixing this! Will this be available in 3.5.x or will it only be on 4.0.0 (which I assume means we have to wait for NC 25)?
This has been backported to 4.0.1 (already released) and 3.5.x (not yet released).
Keep in mind that we didn't fix the issue. We just applied the workaround proposed by @smoebody.
We have still have to wait for a proper upstream fix in FC to be able to fully revert my changes.
Thank you very much for implementing the workaround and updating the app.