mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
fixing URL used for "VIEW MORE" of groups
This commit is contained in:
@@ -33,7 +33,7 @@ export default
|
|||||||
|
|
||||||
scope.seeMore = function () {
|
scope.seeMore = function () {
|
||||||
var seeMoreResolve = $q.defer();
|
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()
|
Rest.get()
|
||||||
.success(function(data) {
|
.success(function(data) {
|
||||||
if (data.next) {
|
if (data.next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user