Skip to content
Snippets Groups Projects

Work item rolled up count by type

Merged Deepika Guliani requested to merge 474913-hierarchy-widget-rollups-count-badge-hover into master
1 unresolved thread
Compare and Show latest version
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -343,6 +343,7 @@ export default {
@@ -343,6 +343,7 @@ export default {
__typename: 'WorkItemWidgetHierarchy',
__typename: 'WorkItemWidgetHierarchy',
type: 'HIERARCHY',
type: 'HIERARCHY',
hasChildren: false,
hasChildren: false,
 
rolledUpCountsByType: [],
parent: { id: toParentId },
parent: { id: toParentId },
children: [],
children: [],
},
},
@@ -360,6 +361,7 @@ export default {
@@ -360,6 +361,7 @@ export default {
__typename: 'WorkItemWidgetHierarchy',
__typename: 'WorkItemWidgetHierarchy',
type: 'HIERARCHY',
type: 'HIERARCHY',
hasChildren: true,
hasChildren: true,
 
rolledUpCountsByType: [],
parent: null,
parent: null,
children: {
children: {
__typename: 'WorkItemConnection',
__typename: 'WorkItemConnection',
Loading