mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:49:16 +02:00
Fix #109: List pending requests by default, added a status filter for requests
This commit is contained in:
parent
f2d20e1bf7
commit
42a2ffbf24
6 changed files with 44 additions and 7 deletions
|
@ -212,7 +212,7 @@ export default new Router({
|
|||
defaultQuery: route.query.query,
|
||||
defaultPaginateBy: route.query.paginateBy,
|
||||
defaultPage: route.query.page,
|
||||
defaultStatus: route.query.status || 'pending'
|
||||
defaultStatus: route.query.status || 'any'
|
||||
}),
|
||||
children: [
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue