Commit 214cd6ab authored by Simon Knox's avatar Simon Knox Committed by Miguel Rincon

Remove 'Burndown charts are now fixed' message on milestone page

parent 3f139e5d
<script> <script>
import { GlAlert, GlButton, GlButtonGroup, GlSprintf } from '@gitlab/ui'; import { GlAlert, GlButton, GlButtonGroup } from '@gitlab/ui';
import dateFormat from 'dateformat'; import dateFormat from 'dateformat';
import createFlash from '~/flash'; import createFlash from '~/flash';
import axios from '~/lib/utils/axios_utils'; import axios from '~/lib/utils/axios_utils';
...@@ -21,7 +21,6 @@ export default { ...@@ -21,7 +21,6 @@ export default {
GlButtonGroup, GlButtonGroup,
BurndownChart, BurndownChart,
BurnupChart, BurnupChart,
GlSprintf,
OpenTimeboxSummary, OpenTimeboxSummary,
TimeboxSummaryCards, TimeboxSummaryCards,
}, },
...@@ -116,7 +115,6 @@ export default { ...@@ -116,7 +115,6 @@ export default {
}, },
}, },
useLegacyBurndown: false, useLegacyBurndown: false,
showInfo: this.showNewOldBurndownToggle,
error: '', error: '',
}; };
}, },
...@@ -281,19 +279,6 @@ export default { ...@@ -281,19 +279,6 @@ export default {
<template> <template>
<div> <div>
<gl-alert v-if="showInfo" variant="info" class="col-12 gl-mt-3" @dismiss="showInfo = false">
<gl-sprintf
:message="
__(
`Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button.`,
)
"
>
<template #strong="{ content }">
<strong>{{ content }}</strong>
</template>
</gl-sprintf>
</gl-alert>
<div class="burndown-header gl-display-flex gl-align-items-center gl-flex-wrap"> <div class="burndown-header gl-display-flex gl-align-items-center gl-flex-wrap">
<strong ref="filterLabel">{{ __('Filter by') }}</strong> <strong ref="filterLabel">{{ __('Filter by') }}</strong>
<gl-button-group> <gl-button-group>
......
---
title: Remove info message from legacy milestones
merge_request: 58617
author:
type: changed
...@@ -5323,9 +5323,6 @@ msgstr "" ...@@ -5323,9 +5323,6 @@ msgstr ""
msgid "Burndown chart" msgid "Burndown chart"
msgstr "" msgstr ""
msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
msgstr ""
msgid "BurndownChartLabel|Open issue weight" msgid "BurndownChartLabel|Open issue weight"
msgstr "" msgstr ""
......
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