Comments
-
Also Case #810105. Here's a possible workaround for the desperate (your mileage may vary, use at your own risk, etc.). Edit <webhelpdesk>/bin/webapps/helpdesk/js/tableSupport.min.js and add these lines at the bottom: function abssSortSelect() { var abssSortValue = function (x, y) { if (x.text < y.text) return -1; if…