mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #2555] Moving / resizing (drag-drop) calendar event in webmail causes the end time to be changed to start time #1630
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomas-kucera on GitHub (Jul 5, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2555
Impacted versions
Steps to reproduce
Current behavior
Visually the event looks correct for the first time. The UI even says that the event was successfully updated.
BUT - when the view is refreshed (eg by going back and forth for dates), the event changes to "one hour". Effectively it is zero length event as the end time is the same as the start time.
When doing the same in another calendar client (such as macOS Calendar), everything works fine.
Expected behavior
I am expecting that the start and end times change accordingly.
For moving - the start and end dates and times can change but not the duration
For resizing - the start date and time remains the same and only the end date and time together with the duration should change
Video/Screenshot link (optional)
Can provide but it is so simple to reproduce, that it is not needed. ;)