jQWidgets icon indicating copy to clipboard operation
jQWidgets copied to clipboard

jqxKanban: cannot updateItem without tags

Open SvetoslavjQWidgets opened this issue 1 year ago • 0 comments

Describe the bug The user wants to update a kanban item, but in the kanban, the 'tags' are not used, so in the updateItem he is passing tags: null. This throws an error because of the following line in updateItem function:

var o = h.tags.replace(/,\s/g, ",").split(","); (Note that this is minified and the name of the variables are different in the source)

To Reproduce Steps to reproduce the behaviour:

  1. Go to https://jsfiddle.net/n96arwqe/
  2. Click on the button
  3. See error

SvetoslavjQWidgets avatar Nov 08 '23 08:11 SvetoslavjQWidgets