Merge pull request #4731 from FinnStutzenstein/fixAgendaSorting
Readded default sorting for agenda
This commit is contained in:
commit
d2b81e2a28
@ -56,6 +56,8 @@ export class ItemRepositoryService extends BaseRepository<ViewItem, Item> {
|
|||||||
Motion,
|
Motion,
|
||||||
MotionBlock
|
MotionBlock
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
this.setSortFunction((a, b) => a.weight - b.weight);
|
||||||
}
|
}
|
||||||
|
|
||||||
public getVerboseName = (plural: boolean = false) => {
|
public getVerboseName = (plural: boolean = false) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user