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
0241e7f1
Commit
0241e7f1
authored
Apr 12, 2021
by
Natalia Tepluhina
Committed by
Nicolò Maria Mezzopera
Apr 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add invited group members to search results on assignees widget
parent
42954bd5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/graphql_shared/queries/users_search.query.graphql
...scripts/graphql_shared/queries/users_search.query.graphql
+1
-1
changelogs/unreleased/326301-shared-group-members-in-project-cannot-be-selected-as-assignees-in.yml
...members-in-project-cannot-be-selected-as-assignees-in.yml
+5
-0
No files found.
app/assets/javascripts/graphql_shared/queries/users_search.query.graphql
View file @
0241e7f1
...
...
@@ -2,7 +2,7 @@
query
usersSearch
(
$search
:
String
!,
$fullPath
:
ID
!)
{
workspace
:
project
(
fullPath
:
$fullPath
)
{
users
:
projectMembers
(
search
:
$search
)
{
users
:
projectMembers
(
search
:
$search
,
relations
:
[
DIRECT
,
INHERITED
,
INVITED_GROUPS
]
)
{
nodes
{
user
{
...
User
...
...
changelogs/unreleased/326301-shared-group-members-in-project-cannot-be-selected-as-assignees-in.yml
0 → 100644
View file @
0241e7f1
---
title
:
Add invited group members to search results on assignees widget
merge_request
:
59152
author
:
type
:
fixed
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