プロジェクト

全般

プロフィール

Vote #78898

未完了

More custom queries on My page

Admin Redmine さんがほぼ2年前に追加. ほぼ2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
My page_42
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
42
version_id:
32
issue_org_id:
27313
author_id:
86763
assigned_to_id:
0
comments:
9
status_id:
1
tracker_id:
2
plus1:
4
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

According to #1565#note-88 created issue. Lets increase number of custom queries on My page up to 10.
Or add an administrative setting to set number of possible blocks with queries (certainly with some maximum).


journals

--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
A setting to control the maximum number of queries sounds a must to me. I had the case once of a user who had put 5 or even more blocks in his page, and who had used a Chrome plugin to refresh his page every minute. It put our redmine server on its knees...
Of course, when I told him to find another way to be aware of changes quickly, he found another solution, but it is a risk.
Also note that the "redmine_my_page":https://github.com/jrupesh/redmine_my_page plugin works quite well.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Jean-Philippe, what do you think about increasing the maximum number of "issuequery" block?

<pre><code class="diff">
Index: lib/redmine/my_page.rb
===================================================================
--- lib/redmine/my_page.rb (revision 17668)
+++ lib/redmine/my_page.rb (working copy)
@@ -25,7 +25,7 @@
'issuesassignedtome' => {:label => :label_assigned_to_me_issues},
'issuesreportedbyme' => {:label => :label_reported_issues},
'issueswatched' => {:label => :label_watched_issues},
- 'issuequery' => {:label => :label_issue_plural, :max_occurs => 3},
+ 'issuequery' => {:label => :label_issue_plural, :max_occurs => 5},
'news' => {:label => :label_news_latest},
'calendar' => {:label => :label_calendar},
'documents' => {:label => :label_document_plural},
</diff></pre>
--------------------------------------------------------------------------------
We should probably load content asynchronously before raising the number of queries that can be displayed.
--------------------------------------------------------------------------------


related_issues

relates,Closed,1565,Custom query on My page

Admin Redmine さんがほぼ2年前に更新

  • カテゴリMy page_42 にセット
  • 対象バージョンCandidate for next major release_32 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0