Skip to content
代码片段 群组 项目
提交 4e1fc447 编辑于 作者: Jan Provaznik's avatar Jan Provaznik
浏览文件

Merge branch '359868-update-quick-actions-iteration-description' into 'master'

Add iteration quickaction displays ID format on autocomplete

See merge request gitlab-org/gitlab!85428
No related branches found
No related tags found
无相关合并请求
...@@ -75,7 +75,7 @@ module IssueActions ...@@ -75,7 +75,7 @@ module IssueActions
execution_message do |iteration| execution_message do |iteration|
_("Set the iteration to %{iteration_reference}.") % { iteration_reference: iteration.to_reference } if iteration _("Set the iteration to %{iteration_reference}.") % { iteration_reference: iteration.to_reference } if iteration
end end
params '*iteration:"iteration name"' params '*iteration:"iteration name" | *iteration:<ID>'
types Issue types Issue
condition do condition do
quick_action_target.supports_iterations? && quick_action_target.supports_iterations? &&
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册