I found (and fixed) two bugs in Editor-Net

I found (and fixed) two bugs in Editor-Net

parcivalparcival Posts: 29Questions: 9Answers: 0

There is a bug in the latest version of Editor-Net with the Options class when adding manual entries.

The problem was with an attempted database call when it was not needed, and the value and labels being swapped for manual entries.

I've posted the details in an issue (https://github.com/DataTables/Editor-NET/issues/29) and submitted a pull request with the fix (https://github.com/DataTables/Editor-NET/pull/30)

Answers

  • allanallan Posts: 65,565Questions: 1Answers: 10,898 Site admin

    Many thanks! I've replied in the PR :).

    Allan

Sign In or Register to comment.