Skip to content

Commit d3f935f

Browse files
committed
"title" was removed from the print template
1 parent 3e93537 commit d3f935f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/redmine_gtt_print/issue_to_json.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def call
3030

3131
def self.attributes_hash(issue)
3232
{
33-
title: issue.subject,
33+
# initially "title" was part of the print template, but it has been removed.
34+
# we can configure other default values here:
35+
# title: issue.subject,
3436
}
3537
end
3638

0 commit comments

Comments
 (0)