#11166 closed enhancement (fixed)
About timeline filter behavior
Reported by: | anonymous | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | minor | Keywords: | |
Cc: | ykrocku@… | Trac Release: | 1.0 |
Description (last modified by )
In timeline page, there is a "Filter projects" option added by simple multiproject plugin. It only display the selected project's events when a project selected. I got a little confused about the 'ALL' option.I assume the 'ALL' option shouldn't filter out any events, but indeed it filter out changes made to those tickets without its custom field 'project' set.
Here is the way I think 'ALL' option should work
if template == 'timeline.html': filter_projects = self._filtered_projects(req) if not filter_projects: #no filter means likely more than 1 project, so we insert the project name - filter_projects = [project[1] for project in self.__SmpModel.get_all_projects()] + return template, data, content_type
Attachments (0)
Change History (8)
comment:1 Changed 11 years ago by
Cc: | ykrocku@… added; anonymous removed |
---|
comment:2 follow-up: 3 Changed 11 years ago by
Wouldn't the patch result in not having the yellow project label anymore, for all the tickets where 'project' is set?
comment:3 Changed 11 years ago by
Replying to anonymous:
Wouldn't the patch result in not having the yellow project label anymore, for all the tickets where 'project' is set?
Yeah, but I think it is better than the way it works now.
comment:4 Changed 11 years ago by
Status: | new → assigned |
---|
comment:6 Changed 11 years ago by
ykrocku, please test and close this ticket if it's OK now. Thanks a lot for reporting.
comment:8 Changed 11 years ago by
Description: | modified (diff) |
---|
Forget to add my email address