Commit 5cd08b0e authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'sh-fix-epic-date-updates' into 'master'

Fix epic dates not updating with subgroups

Closes #197495

See merge request gitlab-org/gitlab!23289
parents 83d8d65f f490e400
......@@ -130,7 +130,7 @@ export const requestEpicDateSaveFailure = ({ commit }, data) => {
export const saveDate = ({ state, dispatch }, { dateType, dateTypeIsFixed, newDate }) => {
const updateEpicInput = {
iid: `${state.epicIid}`,
groupPath: state.groupPath,
groupPath: state.fullPath,
[dateType === dateTypes.start ? 'startDateIsFixed' : 'dueDateIsFixed']: dateTypeIsFixed,
};
......
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