Skip to content
Snippets Groups Projects
Commit 0078b184 authored by moon's avatar moon
Browse files

Population is handled in controller

parent d84f0b27
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ export default {
const qs = require('qs');
const query = qs.stringify({
sort: ['id:asc'],
populate: ['submittedBy', 'reviewedBy'],
pagination: {
pageSize: 1000,
page: 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment