I was trying to do a bulk delete and it seems there’s an error in the JS. See the Gif below and this was basically happening on all lists, the example below was in the error log, tried it on other lists and they had the same issue.
I’m not sure how to go about this. Should I start a new thread?
I’m having the same issue on erpnext v10.1.21 frappe v10.1.22. I’ve tried Chrome, Chromium, Firefox all to the same result. I can only delete by entering each record and deleting from there.
The issue is still there, but you can bypass it by checking one item first than you can select the CheckBox to select all the items you want to delete.
also line 69 for the .delete function. But to me, it seems to be the problem with the code not recognizing that a bulk selection has been made and think that it’s deleting zero selection.
Apparently, despite bench reporting that the version is 10.x.x, in the web interface, it says develop branch v11.x.x I’ve tried switching to master for both frappe and erpnext, but I think I’ve broken it. It got stuck at u"Column ‘translatable’ cannot be null"
BTW, I’m saying the version is different because on mine, the button on the top right switch from new to ‘Actions’. Yours switch from new to delete.