You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2016/11/14 17:07:54 UTC

[51/53] [abbrv] incubator-trafficcontrol git commit: Fix for Issue #TC-33

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/d69de3c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/d69de3c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/d69de3c8

Branch: refs/heads/psql-rebase
Commit: d69de3c8a48b14f989202b3877ab18a9b0302ac7
Parents: 4d2b1c8
Author: Dewayne Richardson <de...@apache.org>
Authored: Mon Nov 7 13:23:59 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Nov 11 14:43:13 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/d69de3c8/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 27ee53c..cbc1d84 100644
--- a/traffic_ops/app/lib/API/Deliveryservice.pm
+++ b/traffic_ops/app/lib/API/Deliveryservice.pm
@@ -31,7 +31,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;