Skip to content

Commit

Permalink
Merge pull request #1469 from gluneau/conflicts-unresolved-Fieldname-…
Browse files Browse the repository at this point in the history
…table-not-in-join

should be conflicts_resolved not conflicts_unresolved table
  • Loading branch information
jstirling91 committed Jan 5, 2016
2 parents f311fcc + d5f6734 commit ff53b32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NDB_Menu_Filter_Resolved_Conflicts extends NDB_Menu_Filter
array(
'candidate.PSCID',
'session.CandID',
'conflicts_unresolved.Fieldname',
'conflicts_resolved.Fieldname',
)
);

Expand Down Expand Up @@ -138,7 +138,7 @@ class NDB_Menu_Filter_Resolved_Conflicts extends NDB_Menu_Filter
array(
'CandID' => 'session.CandID',
'PSCID' => 'candidate.PSCID',
'Question' => 'conflicts_unresolved.Fieldname',
'Question' => 'conflicts_resolved.Fieldname',
)
);
return true;
Expand Down

0 comments on commit ff53b32

Please # to comment.