Skip to content
代码片段 群组 项目
提交 fe76e8d4 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
":human-time-estimate" => "issue.humanTimeEstimate", ":human-time-estimate" => "issue.humanTimeEstimate",
":human-time-spent" => "issue.humanTimeSpent", ":human-time-spent" => "issue.humanTimeSpent",
":limit-to-hours" => "timeTrackingLimitToHours", ":limit-to-hours" => "timeTrackingLimitToHours",
":issuable-id" => "issue.id", ":issuable-id" => "issue.id ? issue.id.toString() : ''",
"root-path" => "#{root_url}" } "root-path" => "#{root_url}" }
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册