Skip to content

Commit 554abaa

Browse files
committed
Updated link for "waiting on author" to include "needs docs" and "needs tests".
1 parent f32f7d6 commit 554abaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DjangoPlugin/tracdjangoplugin/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_navigation_items(self, req):
129129
(
130130
"subnav",
131131
"waiting_on_author",
132-
tag.a("Waiting On Author", href="/query?has_patch=1&needs_better_patch=1&stage=Accepted&status=!closed&order=changetime&desc=1"),
132+
tag.a("Waiting On Author", href="/query?has_patch=0&stage=Accepted&status=!closed&or&needs_better_patch=1&stage=Accepted&status=!closed&or&needs_docs=1&stage=Accepted&status=!closed&or&needs_tests=1&stage=Accepted&status=!closed&order=priority"),
133133
),
134134
(
135135
"subnav",

0 commit comments

Comments
 (0)