2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

MS Project Import - error if no rows in gantt editor #79

Closed 2bitcoder closed 9 years ago

2bitcoder commented 9 years ago

If all rows in the gantt editor are deleted before the MS project import starts, the import routing passes an error as it is unable to find the starting row.

TypeError: this.last(...) is undefined var sortindex = this.last().get('sortindex');