Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/psql 0604f3699 -> 102aab198


Fix for Issue #TC-33


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5fa71c63
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5fa71c63
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5fa71c63

Branch: refs/heads/psql
Commit: 5fa71c6388f42b9c4e746bf69c1d15b7f2a21789
Parents: 9102176
Author: Dewayne Richardson <dewr...@apache.org>
Authored: Mon Nov 7 13:23:59 2016 -0700
Committer: Dewayne Richardson <dewr...@apache.org>
Committed: Mon Nov 7 13:23:59 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Deliveryservice.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5fa71c63/traffic_ops/app/lib/API/Deliveryservice.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/API/Deliveryservice.pm 
b/traffic_ops/app/lib/API/Deliveryservice.pm
index 8a69e00..a56c892 100644
--- a/traffic_ops/app/lib/API/Deliveryservice.pm
+++ b/traffic_ops/app/lib/API/Deliveryservice.pm
@@ -32,7 +32,7 @@ use Validate::Tiny ':all';
 
 sub index {
        my $self         = shift;
-       my $orderby      = $self->param('orderby') || "xml_id";
+       my $orderby      = "xml_id";
        my $logs_enabled = $self->param('logsEnabled');
        my $current_user = $self->current_user()->{username};
        my @data;

Reply via email to