Updated data view
This commit is contained in:
parent
9f3971815e
commit
1b74931248
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sub post_category_list {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
group_by => [ qw/ category_id quantised_weeks / ],
|
group_by => [ qw/ category_id quantised_weeks / ],
|
||||||
order_by => { '-desc' => 'quantised_weeks' },
|
order_by => { '-desc' => 'value' },
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Reference in a new issue