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
There seems to be a few issues with the month view.
The new start and end values that a task takes after you move it or resize it aren't quite right. From the on_date_change event, I can see that the end date we receive often has the value of the day BEFORE the start value.
You can see an example of this behaviour in the second Gantt from the page https://frappe.io/gantt. Just select the month view and move a bar.
And also, readonly_dates does not work in the month view. If I've got that option on, and I try to move the task, it does not move but the on_date_change event is called and if I change the view mode, the operation has happened.
The text was updated successfully, but these errors were encountered:
There seems to be a few issues with the month view.
The new start and end values that a task takes after you move it or resize it aren't quite right. From the on_date_change event, I can see that the end date we receive often has the value of the day BEFORE the start value.
You can see an example of this behaviour in the second Gantt from the page https://frappe.io/gantt. Just select the month view and move a bar.
And also, readonly_dates does not work in the month view. If I've got that option on, and I try to move the task, it does not move but the on_date_change event is called and if I change the view mode, the operation has happened.
The text was updated successfully, but these errors were encountered: