Skip to content
代码片段 群组 项目
提交 cd0dfdca 编辑于 作者: Kassio Borges's avatar Kassio Borges
浏览文件

WorkItems: Update Rolledup dates when a child milestone is updated

As part of the [epic], we need to ensure that when a child milestone is
updated, in a WorkItem hierarchy we update all the parent WorkItems in
that hierarchy with _rolledup dates_ to use the most broad start/due
dates in its hierarchy.

This is being developed behind the feature flag: `work_items_rolledup_dates`

Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/434835

Changelog: added
EE: true

[epic]: https://gitlab.com/groups/gitlab-org/-/epics/11409
上级 a059d0a7
No related branches found
No related tags found
无相关合并请求
...@@ -12,6 +12,8 @@ class UpdateParentRolledupDatesEventHandler ...@@ -12,6 +12,8 @@ class UpdateParentRolledupDatesEventHandler
UPDATE_TRIGGER_ATTRIBUTES = %w[ UPDATE_TRIGGER_ATTRIBUTES = %w[
start_date start_date
due_date due_date
milestone
milestone_id
].freeze ].freeze
UPDATE_TRIGGER_WIDGETS = %w[ UPDATE_TRIGGER_WIDGETS = %w[
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册