File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
DjangoPlugin/tracdjangoplugin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ class CustomSubNavigationBar(Component):
116
116
"name" : "waiting_on_author" ,
117
117
"label" : "Waiting On Author" ,
118
118
"params" : (
119
- "has_patch=1&needs_better_patch=1&stage=Accepted&status=assigned"
120
- "&status=new& or&has_patch=1&needs_docs=1&stage=Accepted&status=assigned"
121
- "&status=new& or&has_patch=1&needs_better_patch =1&stage=Accepted"
122
- "&status=assigned&status=new& order=changetime&desc=1"
119
+ "has_patch=1&needs_better_patch=1&stage=Accepted&status=assigned&status=new "
120
+ "&or&has_patch=1&needs_docs=1&stage=Accepted&status=assigned&status=new "
121
+ "&or&has_patch=1&needs_tests =1&stage=Accepted&status=assigned&status=new "
122
+ "&order=changetime&desc=1"
123
123
),
124
124
},
125
125
{
You can’t perform that action at this time.
0 commit comments