Modify ↓
#13276 closed defect (fixed)
Filtering not working with 'Milestone' field
Reported by: | ntmlod | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | HideValsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
I succeed to set filters on 'priority', 'version' and 'type' but the settings implemented on 'Milestone' hidevals admin page don't have any effect.
On the log, I have a minor error but I don't think it is related to my problem:
2017-10-01 02:13:47,289 Trac[main] ERROR: Internal Server Error: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 236, in dispatch self._post_process_request(req) File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 340, in _post_process_request f.post_process_request(req, *(None,)*extra_arg_count) File "build/bdist.linux-x86_64/egg/hidevals/filter.py", line 41, in post_process_request fields = data['fields'] TypeError: 'NoneType' object has no attribute '__getitem__'
Attachments (0)
Change History (8)
comment:1 Changed 7 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 7 years ago by
comment:5 Changed 7 years ago by
Gosh you are too fast for me, I had identified the issue with 'options' in 'milestone' in the sub optgroups
and just started to think how to handle this.
I confirm the fix, thanks.
comment:6 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:7 Changed 7 years ago by
Thanks for confirming. Publish version 1.2.1 to pypi:TracHideVals.
Note: See
TracTickets for help on using
tickets.
In 16837: