Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f6514a23
Commit
f6514a23
authored
3 years ago
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use stricter typed global IDs for iterations
parent
e6c5b189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/app/assets/javascripts/burndown_chart/components/open_timebox_summary.vue
...cripts/burndown_chart/components/open_timebox_summary.vue
+1
-2
No files found.
ee/app/assets/javascripts/burndown_chart/components/open_timebox_summary.vue
View file @
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
,
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment