Project

General

Profile

« Previous | Next » 

Revision c92d3311

Added by Adam Price almost 10 years ago

Revert "fixes #6573 - foretello should error when sorting by non-sortable field, BZ 1110431"

This reverts commit 3ec51c074a3decb6656f85195d98b39f57ccf430.

will re-introduce this fix at a later date when we have some testing
around sorting

View differences:

engines/bastion/app/assets/javascripts/bastion/content-views/details/filters/errata-filter-list.controller.js
$scope.nutupane = nutupane = new Nutupane(Filter, {
filterId: $scope.$stateParams.filterId,
'order': 'issued DESC'
'sort_order': 'DESC',
'sort_by': 'issued'
},
'errata'
);

Also available in: Unified diff