Commit de7dabeb authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch '284011-follow-up-from-use-stricter-typed-global-ids-for-iterations' into 'master'

Use stricter typed global IDs for iterations

See merge request gitlab-org/gitlab!59825
parents 66d5eaeb f6514a23
<script>
import { getIdFromGraphQLId } from '~/graphql_shared/utils';
import { __ } from '~/locale';
import { Namespace, Unit } from '../constants';
import summaryStatsQuery from '../graphql/iteration_issues_summary.query.graphql';
......@@ -58,7 +57,7 @@ export default {
queryVariables() {
return {
fullPath: this.fullPath,
id: getIdFromGraphQLId(this.iterationId),
id: this.iterationId,
isGroup: this.namespaceType === Namespace.Group,
weight: this.displayValue === Unit.weight,
};
......
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