• found a small issue (fix is to parseInt the values in the comparison for the click function when adding a task) adding tasks to a column.

    steps to reproduce:
    start with an empty board,
    add some tasks without filling in details (less than full WIP count)
    add some details to one, then try to add another task
    I get the error “WIP exceeded”

    The fix that worked for me was to parseInt the values in the comparison to see if the WIP value had been exceeded in the click function for the add task button.

  • The topic ‘found a bug in board-min.js setting WIP limit short’ is closed to new replies.