mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Merge pull request #5132 from jaredevantabor/permissions-pagination
Fix for pagination on related lists
This commit is contained in:
@@ -1988,7 +1988,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
|||||||
//html += "</div>\n"; // close well
|
//html += "</div>\n"; // close well
|
||||||
html += "</div>\n"; // close list-wrapper div
|
html += "</div>\n"; // close list-wrapper div
|
||||||
|
|
||||||
html += `<paginate base-path="${collection.basePath}" dataset="${collection.iterator}_dataset" iterator="${collection.iterator}" ng-hide="hidePagination">`;
|
html += `<paginate base-path="${collection.basePath}" dataset="${collection.iterator}_dataset" collection="${collection.iterator}s" iterator="${collection.iterator}" ng-hide="hidePagination">`;
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user