Editing task start/end date in gantt does not save correctly #2169
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#2169
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Just tested on try:
This unfortunately makes gantt pretty unusable for project planning, a timely fix would be great.
It might be time to revisit my attempt at replacing my home-grown gantt-chart implementation with something that has less bugs.
I'm a fan of using something like https://plantuml.com/gantt-diagram then you can also quickly edit stuff in text and export it. If you then also have the drag'n'drop, that would be really handy.
Btw, I just tested: It is just as broken on stable.
There's now a PR where I've replaced the whole gantt chart implementation: #2180
That fixes at least the problem you described here, and a few others.