1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #59 from jaredevantabor/view-more

fixing URL used for "VIEW MORE" of groups
This commit is contained in:
Jared Tabor 2017-07-25 15:20:51 -07:00 committed by GitHub
commit 4a48ad4248

View File

@ -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) {