Completed
Last Updated: 22 Jun 2022 14:12 by ADMIN
Release 2022.R2.SP.next
Lewis
Created on: 08 Jun 2022 07:08
Category: Gantt
Type: Bug Report
1
Incorrect value is returned for e.task.taskDuration in the save event in Gantt

Bug report

When the duration of a task is edited in the Task Duration column in Gantt in the save event handler e.task.taskDuration returns the new duration value. With versions, before 2020 R3, the old task duration value has been returned.

Reproduction of the problem

  1. Open the Dojo
  2. Edit the value in the 'Task Duration' column and observe the result in the browser`s console.

Current behavior

With the current version, the new task duration is returned.

Expected/desired behavior

The returned e.task.taskDuration should return the previous task duration in order to be consistent with the behavior before 2020 R3

Regression since 2020.3.915

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all]
0 comments