Skip to content

Commit

Permalink
Merge pull request #4967 from waldenraines/9181
Browse files Browse the repository at this point in the history
Fixes #9181: fix sorting on Errata ID table column.
  • Loading branch information
Walden Raines committed Feb 3, 2015
2 parents a50a28b + 5c7b897 commit 3321630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table class="table table-striped table-full" ng-class="{'table-mask': table.working}">
<thead>
<tr bst-table-head row-select>
<th bst-table-column sortable>{{ "Errata ID" | translate }}</th>
<th bst-table-column="errata_id" sortable>{{ "Errata ID" | translate }}</th>
</tr>
</thead>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<table class="table table-striped table-bordered" ng-class="{'table-mask': table.working}">
<thead>
<tr bst-table-head row-select>
<th bst-table-column="errataId" sortable>{{ "Errata ID" | translate }}</th>
<th bst-table-column="errata_id" sortable>{{ "Errata ID" | translate }}</th>
<th bst-table-column="title">{{ "Title" | translate }}</th>
<th bst-table-column="type">{{ "Type" | translate }}</th>
<th bst-table-column="numberOfContentHosts">{{ "Content Host Counts" | translate }}</th>
Expand Down

0 comments on commit 3321630

Please sign in to comment.