File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ max_diff_files = 0
10
10
wiki_format_messages = enabled
11
11
12
12
[components]
13
+ dynfields.* = enabled
13
14
trac.about.* = disabled
14
15
trac.admin.web_ui.PluginAdminPanel = disabled
15
16
trac.ticket.query.* = enabled
@@ -208,26 +209,29 @@ restrict_owner = disabled
208
209
easy = checkbox
209
210
easy.label = Easy pickings
210
211
easy.order = 60
211
- has_patch = checkbox
212
- has_patch.label = Has patch
213
- has_patch.order = 20
214
- needs_better_patch = checkbox
215
- needs_better_patch.label = Patch needs improvement
216
- needs_better_patch.order = 50
217
- needs_better_patch.value = 0
218
212
needs_docs = checkbox
219
213
needs_docs.label = Needs documentation
220
214
needs_docs.order = 30
221
215
needs_docs.value = 0
216
+ needs_docs.show_when_solution_status = Needs Improvement
222
217
needs_tests = checkbox
223
218
needs_tests.label = Needs tests
224
- needs_tests.order = 40
219
+ needs_tests.order = 50
225
220
needs_tests.value = 0
221
+ needs_tests.show_when_solution_status = Needs Improvement
226
222
stage = select
227
223
stage.label = Triage Stage
228
224
stage.options = Unreviewed|Accepted|Ready for checkin|Someday/Maybe
229
225
stage.order = 10
230
226
stage.value = 0
227
+ solution_status = select
228
+ solution_status.show_when_stage = Accepted
229
+ solution_status.label = Solution Status
230
+ solution_status.options = |Needs Patch|Needs Review|Needs Improvement
231
+ solution_status.order = 40
232
+ solution_status.value =
233
+ solution_status.invalid_if =
234
+ solution_status.clear_on_hide = true
231
235
ui_ux = checkbox
232
236
ui_ux.label = UI/UX
233
237
ui_ux.order = 70
You can’t perform that action at this time.
0 commit comments