As always: Perfect, it´s working.
One additional question: Using dp.cards.update(modifiedCard), the card does not move to another column. If I check in the browser console, it seems that the new data is not taken into account. I search the job using modifiedCard = cards.find(id), and I modify the data-object of the card object.
Then I call cards.update(modifiedCard), but it seems to ignore the new data (column for example). Am I doing something wrong?
Thank you
Wolfgang