cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

handle better case where ticket has deleted owner #65

Closed pakud closed 1 year ago

pakud commented 4 years ago

if owner of mantis ticket was deleted mantiskanban would halt with this error:

kanbanclasses.js:508 Uncaught TypeError: Cannot read property 'substring' of undefined at KanbanStory.BuildKanbanStoryDiv (kanbanclasses.js:508) at Object.AddStoryToArray (kanban.js:137) at new KanbanStory (kanbanclasses.js:153) at CreateKanbanStoriesFromMantisIssues (index.js:618) at SelectProject (index.js:411) at Login (index.js:185) at HTMLDivElement.onclick (index.html:56)

this one should fix it