diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-10-19 11:43:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-10-19 11:43:23 +0000 |
commit | 95188f26c3f47f110c6d928e5df0b108802032b3 (patch) | |
tree | 87c6eb46833289a4d8cfbe921060b34c75393949 /config/settings.yml | |
parent | 45f039187df03e8925cb0d08ccc1838c9ea2d5c2 (diff) | |
download | redmine-95188f26c3f47f110c6d928e5df0b108802032b3.tar.gz redmine-95188f26c3f47f110c6d928e5df0b108802032b3.zip |
Set default columns for the projects list (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index d345a4cfa..05081c0fa 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -230,6 +230,13 @@ time_entry_list_defaults: - hours totalable_names: - hours +project_list_defaults: + serialized: true + default: + column_names: + - name + - identifier + - short_description issue_done_ratio: default: 'issue_field' default_projects_public: |