From 005079e5b6c5fd65e84fc9711ab156f7d8d4532f Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 25 Jul 2017 14:37:38 -0700 Subject: [PATCH] fixing URL used for "VIEW MORE" of groups --- .../related-groups-labels/relatedGroupsLabelsList.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js index 0ff214b6d2..e115871c4a 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-groups-labels/relatedGroupsLabelsList.directive.js @@ -33,7 +33,7 @@ export default scope.seeMore = function () { var seeMoreResolve = $q.defer(); - Rest.setUrl(`${scope[scope.$parent.list.iterator].related.groups}/?order_by=id`); + Rest.setUrl(`${scope[scope.$parent.list.iterator].related.groups}?order_by=id`); Rest.get() .success(function(data) { if (data.next) {