Commit 52580c52 authored by NataliaTepluhina's avatar NataliaTepluhina Committed by Natalia Tepluhina

Converted issuable id to string

Changelog: changed
parent 19f9a597
......@@ -4,5 +4,5 @@
":human-time-estimate" => "issue.humanTimeEstimate",
":human-time-spent" => "issue.humanTimeSpent",
":limit-to-hours" => "timeTrackingLimitToHours",
":issuable-id" => "issue.id",
":issuable-id" => "issue.id ? issue.id.toString() : ''",
"root-path" => "#{root_url}" }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment