Our flexible Kanban board for managing tasks with drag drop


Post by rodel.ocfemia »

Hi mats,
I tried the following code but record.showTitle is undefined. Anyway, I have fixed the issue by accessing each taskRecord inside processItems. Thanks

_taskBoard.project.taskStore.forEach(function (record, index) {
              console.log(record.showTitle)
      })
})

Post by mats »

So all working ok now?


Post by rodel.ocfemia »

yes. thanks


Post Reply