Commit fe76e8d4 authored by David O'Regan's avatar David O'Regan

Merge branch 'ntepluhina-fix-issuableId-prop' into 'master'

Fix wrong prop type for time tracking component on classic issue boards

See merge request gitlab-org/gitlab!62804
parents 99a8861f 52580c52
......@@ -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