
28 Apr
2011
28 Apr
'11
11:40 a.m.
On Thu, Apr 28, 2011 at 11:07 AM, Marius Vaitiekunas
Hello, I have enabled Ticket::Frontend::CustomerTicketOverviewSortable to "Yes" in sysconfig, but sorting works only by the first element ("Ticket#") of the table. Any suggestions, how to fix it? I was comparing dtl files, but without luck yet :( Thank You!
Ok, I think there is a bug in /opt/otrs/var/httpd/htdocs/js/Core.Customer.js line 29. It should be like: $("table th").click(function(){ an not like: $("table tr").click(function(){