Fix kanban items issues
This commit is contained in:
@@ -139,7 +139,7 @@ define([
|
||||
// Remove the input
|
||||
$(el).text(name);
|
||||
// Save the value for the correct board
|
||||
var board = $(el.parentNode.parentNode.parentNode).attr("data-id");
|
||||
var board = $(el).closest('.kanban-board').attr("data-id");
|
||||
var pos = kanban.findElementPosition(el.parentNode);
|
||||
kanban.getBoardJSON(board).item[pos].title = name;
|
||||
kanban.onChange();
|
||||
|
||||
Reference in New Issue
Block a user