Fixed settings.yml syntax (yaml parsing fails with JRuby 1.0.3: #606).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1124 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fde2a497da
commit
68d3305ae2
|
@ -86,12 +86,12 @@ cross_project_issue_relations:
|
|||
default: 0
|
||||
notified_events:
|
||||
serialized: true
|
||||
default: --
|
||||
default:
|
||||
- issue_added
|
||||
- issue_updated
|
||||
issue_list_default_columns:
|
||||
serialized: true
|
||||
default: --
|
||||
default:
|
||||
- tracker
|
||||
- status
|
||||
- priority
|
||||
|
|
Loading…
Reference in New Issue