Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
workbench_access
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
workbench_access
Merge requests
!21
Resolve
#3463911
"Test next major"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3463911
"Test next major"
issue/workbench_access-3463911:3463911-test-next-major
into
2.0.x
Overview
0
Commits
3
Pipelines
3
Changes
18
Merged
Lee Rowlands
requested to merge
issue/workbench_access-3463911:3463911-test-next-major
into
2.0.x
10 months ago
Overview
0
Commits
3
Pipelines
3
Changes
18
Expand
Closes
#3463911
0
0
Merge request reports
Compare
2.0.x
version 2
5e68c13f
10 months ago
version 1
77daabf0
10 months ago
2.0.x (base)
and
latest version
latest version
5e68c13f
3 commits,
10 months ago
version 2
5e68c13f
3 commits,
10 months ago
version 1
77daabf0
2 commits,
10 months ago
18 files
+
30
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
src/Form/AccessSchemeDeleteForm.php
+
1
−
1
Options
@@ -38,7 +38,7 @@ class AccessSchemeDeleteForm extends EntityConfirmFormBase {
public
function
submitForm
(
array
&
$form
,
FormStateInterface
$form_state
)
{
$this
->
entity
->
delete
();
\Drupal
::
messenger
()
->
addMessage
(
$this
->
t
(
'Deleted access scheme @label.'
,
[
$this
->
messenger
()
->
addMessage
(
$this
->
t
(
'Deleted access scheme @label.'
,
[
'@label'
=>
$this
->
entity
->
label
(),
]));
Loading