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
36d4104d
Commit
36d4104d
authored
Oct 15, 2020
by
Małgorzata Ksionek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cr remarks
parent
dd760446
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
changelogs/unreleased/262851-minimal-access-role-resending-member-invite-causes-404.yml
...inimal-access-role-resending-member-invite-causes-404.yml
+1
-1
ee/spec/controllers/groups/group_members_controller_spec.rb
ee/spec/controllers/groups/group_members_controller_spec.rb
+1
-1
No files found.
changelogs/unreleased/262851-minimal-access-role-resending-member-invite-causes-404.yml
View file @
36d4104d
---
title
:
Fix
sending invite to minimal access user
title
:
Allow re-
sending invite to minimal access user
merge_request
:
44936
author
:
type
:
fixed
ee/spec/controllers/groups/group_members_controller_spec.rb
View file @
36d4104d
...
...
@@ -217,7 +217,7 @@ RSpec.describe Groups::GroupMembersController do
expect
(
response
).
to
have_gitlab_http_status
(
:not_found
)
end
context
'when minimal_access_role feture is available'
do
context
'when minimal_access_role fe
a
ture is available'
do
before
do
stub_licensed_features
(
minimal_access_role:
true
)
end
...
...
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