fixing URL used for "VIEW MORE" of groups

This commit is contained in:
Jared Tabor 2017-07-25 14:37:38 -07:00
parent c098754470
commit 005079e5b6

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