Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.49k stars 586 forks source link

[BUG] Calendar Event Drag Not working #2551

Closed clemrdh closed 1 week ago

clemrdh commented 3 months ago

If you have problems with the installation please use our community forum

What set up are you using

Describe the bug in the calendar page (/calendar/showMyCalendar), when moving an event from Time slot to another, the new position is not persistent (ie. the change doesn't get saved).

For some unknown reason, the api request made when the drag is finished (endpoint : api/tickets), contains an empty value, wich I suspect is resulting in the 500 error return from the endpoint.

Here is the "PATCH" request I can read from the Inspector in firefox: id=179&editFrom=2024-06-15T04%3A30%3A00-07%3A00&editTo=

In the Console, a few warnings but no errors : Cette page utilise la propriété non standard « zoom ». Envisagez d’utiliser calc() dans les valeurs des propriétés pertinentes ou utilisez « transform » avec « transform-origin: 0 0 ». [showMyCalendar]() Certains cookies utilisent incorrectement l’attribut recommandé « SameSite » 20 La mise en page a été forcée avant le chargement complet de la page. Si les feuilles de style ne sont pas encore chargées, cela peut provoquer un flash de contenu non stylisé. [compiled-frameworks.3.1.4.min.js:1:83612]() L’attribut « src » de l’élément Githubissues.

  • Githubissues is a development platform for aggregating issues.