jrupesh / redmine_my_page

Add options to list custom queries, Activities in the My Page of Redmine.
GNU General Public License v2.0
34 stars 30 forks source link

MyPage queries with all columns as defined in queries #17

Closed gc-olivierho closed 6 years ago

gc-olivierho commented 8 years ago

This pull request is about using the standard query view instead of the simplified one, so that queries chosen in the My queries block can display all columns as chosen for the query, rather than only the Id, Tracker and Title columns.

Note that I am not familiar with github and branches and pull requests, and I had to move all my personal changes to a branch before doing this pull request, and consequently the history might look a bit messy. Changes involve only 2 lines in app/views/my/_my_queries_issue_list.html.erb and 2 lines in lib/my_page_patches/my_controller_patch.rb.

I had missed to change the template from issues/list_simple to issues/list in my previous pool request, which is actually the main change for bringing the new feature... really sorry, I got confused with branches and re-doing changes manually.

jrupesh commented 8 years ago

Hi Yumash, Thank You for these changes, Let me review and commit them into the main branch. Thanks.

jrupesh commented 6 years ago

With 2.4.3 this available. Thanks.