mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
New setting added to specify how many objects should be displayed on most paginated lists.
Default is: 25, 50, 100 (users can choose one of these values). If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -37,6 +37,8 @@ attachment_max_size:
|
||||
issues_export_limit:
|
||||
format: int
|
||||
default: 500
|
||||
per_page_options:
|
||||
default: '25,50,100'
|
||||
mail_from:
|
||||
default: redmine@somenet.foo
|
||||
bcc_recipients:
|
||||
|
||||
Reference in New Issue
Block a user