Skip to content
代码片段 群组 项目
未验证 提交 927c5f85 编辑于 作者: Deepika Guliani's avatar Deepika Guliani 提交者: GitLab
浏览文件

Merge branch 'psi-wi-missing-namesapce' into 'master'

Fix missing/incorrect linked work items from other namespaces

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160181



Merged-by: default avatarDeepika Guliani <dguliani@gitlab.com>
Approved-by: default avatarDeepika Guliani <dguliani@gitlab.com>
Approved-by: default avatarRajan Mistry <rmistry@gitlab.com>
Co-authored-by: default avatarSimon Knox <simon@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -40,6 +40,11 @@ fragment WorkItemHierarchy on WorkItem {
name
iconName
}
namespace {
id
fullPath
name
}
title
state
createdAt
......
......@@ -1846,6 +1846,12 @@ export const mockHierarchyChildren = [
iconName: 'issue-type-objective',
__typename: 'WorkItemType',
},
namespace: {
__typename: 'Project',
id: '1',
fullPath: 'test-objective-project-path',
name: 'Project name',
},
title: 'Objective 2',
state: 'OPEN',
confidential: false,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册