Skip to content

Commit deefce8

Browse files
TravisTravis
Travis
authored and
Travis
committed
Corrected syntax
default selected columns now load
1 parent d3d6023 commit deefce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
name 'Issue Description with Spent Time'
77
author 'Travis Spangle'
88
description 'This will feed the spent time into the description of the issue.'
9-
version '2.7'
9+
version '2.7.1'
1010
url 'https://github.com/TravisSpangle/redmine_spent_time_in_issue_description'
1111
settings(default: { 'spent_time_max_display' => 5,
12-
'display_columns' => %w('spentOn', 'user', 'hours', 'comments'),
12+
'display_columns' => %w(spentOn user hours comments),
1313
'time_format' => 'decimal',
1414
'report_location' => 'ticket_body'
1515
},

0 commit comments

Comments
 (0)