Skip to content
Snippets Groups Projects
Verified Commit 1912a7f6 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #890: link to unresolved reports by default

parent 9488094f
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<router-link <router-link
v-if="$store.state.auth.availablePermissions['moderation']" v-if="$store.state.auth.availablePermissions['moderation']"
class="item" class="item"
:to="{name: 'manage.moderation.reports.list'}"> :to="{name: 'manage.moderation.reports.list', query: {q: 'resolved:no'}}">
<i class="shield icon"></i><translate translate-context="*/Moderation/*">Moderation</translate> <i class="shield icon"></i><translate translate-context="*/Moderation/*">Moderation</translate>
<div <div
v-if="$store.state.ui.notifications.pendingReviewReports > 0" v-if="$store.state.ui.notifications.pendingReviewReports > 0"
......
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