Vote #77382
完了Enable filtering versions on Project -> Settings -> Versions
0%
説明
In current versions of Redmine, users can not filtering versions on Project -> Settings -> Versions. Imagine a situation that there are dozens of closed versions in a project. It is hard to find a particular version. The problem can be improved by implementing filtering feature like AdminController#projects screen.
I have made the patch. It can filtering versions using status and key-phrase of title.
!{width:80%}enable_to_filtering_versions_on_project_settings_versions.jpg!
patch: attachment:enable_to_filtering_versions_on_project_setting_versions_trunk_r15336.patch
journals
Thanks for the patch. I think this feature is very useful especially when there are so many versions on a project.
The patch works fine except "Clear" button. Clicking "Clear" causes the page to switch to UsersController#index. Could you fix this?
--------------------------------------------------------------------------------
Go MAEDA wrote:
> The patch works fine except "Clear" button. Clicking "Clear" causes the page to switch to UsersController#index. Could you fix this?
Thanks you for pointing out the bug.
I fixed the bug, and re-created the patch.
(Compatible the latest trunk r15361)
--------------------------------------------------------------------------------
Thanks for fixing the patch. It works fine.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Feature added in r15759 with a different implementation. Used chained scopes instead of adding options to Project#shared_versions.
--------------------------------------------------------------------------------