Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(query): fix cases table pagination settings
Browse files Browse the repository at this point in the history
- cases table was using old participants names

Closes #1955
  • Loading branch information
Shane Wilson committed Mar 31, 2016
1 parent 88eebd5 commit 0ac5208
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/query/templates/query.participants.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<gdc-table data-data="qc.participants.hits"
data-config="participantTableConfig"
data-paging="qc.participants.pagination"
data-page="participants"
data-page="cases"
data-heading="cases"
data-id="participant-table"
data-endpoint="participants"
data-id="case-table"
data-endpoint="cases"
data-sort-columns=true
data-ng-if="(qc.QState.tabs.participants.hasLoadedOnce || qc.QState.tabs.participants.active) && qc.participants.hits.length">
</gdc-table>

0 comments on commit 0ac5208

Please sign in to comment.