Skip to content

Commit

Permalink
Exclude exception_type field from global search [Cause of Issue#60].
Browse files Browse the repository at this point in the history
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
  • Loading branch information
JayNakrani committed Aug 9, 2014
1 parent a52126e commit 7be9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webroot/js/custom.js
Expand Up @@ -5,7 +5,7 @@ $(document).ready(function () {
"bServerSide": true,
"sAjaxSource": $('#reports_table').data('ajax-url'),
"aoColumnDefs": [
{ "bSearchable": false, "aTargets": [ 1 ] },
{ "bSearchable": false, "aTargets": [ 1, 6 ] },
{ "sClass": "center", "aTargets": [ 0, 1, 4, 5, 6] },
{ "fnRender": function (oObj) {
return '<a class="block" href="/reports/view/' + oObj.aData[1] +
Expand Down

0 comments on commit 7be9ada

Please sign in to comment.