Skip to content

Commit 38ed2b2

Browse files
authored
Fixed StandingsCompare search (#716)
The StandingsCompare search was erroring out under Character --> Intel --> Standings Compare. This fixes the search capability of the datatable
1 parent cbec84e commit 38ed2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/character/intel/standingscompare.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
{data: 'corporation.name', name: 'corporation.name'},
7777
{data: 'alliance.name', name: 'alliance.name'},
7878
{data: 'faction.name', name: 'faction.name'},
79-
{data: 'standing', name: 'standing'}
79+
{data: 'standing', name: 'standings_profile_standings.standing'}
8080
],
8181
dom: '<"row"<"col-sm-6"l><"col-sm-6"f>><"row"<"col-sm-6"i><"col-sm-6"p>>rt<"row"<"col-sm-6"i><"col-sm-6"p>><"row"<"col-sm-6"l><"col-sm-6"f>>',
8282
'fnDrawCallback': function () {

0 commit comments

Comments
 (0)