summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-15 17:59:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-15 17:59:31 +0000
commitf828a985ae49d2de6aa6aef1705778cfd3d7b433 (patch)
tree67ee73440d289c543591d1aad672d18c2a70b872 /lib
parentd21627b70f5431de33a8c532b7b73799c5ae1700 (diff)
downloadredmine-f828a985ae49d2de6aa6aef1705778cfd3d7b433.tar.gz
redmine-f828a985ae49d2de6aa6aef1705778cfd3d7b433.zip
Let user display a custom query on "My page" (#1565).
git-svn-id: http://svn.redmine.org/redmine/trunk@16406 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/my_page.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/my_page.rb b/lib/redmine/my_page.rb
index 06f750f4e..dc9c6928f 100644
--- a/lib/redmine/my_page.rb
+++ b/lib/redmine/my_page.rb
@@ -23,6 +23,7 @@ module Redmine
'issuesassignedtome' => {:label => :label_assigned_to_me_issues, :partial => 'my/blocks/issues'},
'issuesreportedbyme' => {:label => :label_reported_issues, :partial => 'my/blocks/issues'},
'issueswatched' => {:label => :label_watched_issues, :partial => 'my/blocks/issues'},
+ 'issuequery' => {:label => :label_issue_plural, :partial => 'my/blocks/issues'},
'news' => {:label => :label_news_latest, :partial => 'my/blocks/news'},
'calendar' => {:label => :label_calendar, :partial => 'my/blocks/calendar'},
'documents' => {:label => :label_document_plural, :partial => 'my/blocks/documents'},