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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
workbench_access
Merge requests
!18
Menu UI sections links
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Menu UI sections links
issue/workbench_access-3419151:3419151-menu-ui-sections-links
into
2.0.x
Overview
22
Commits
8
Pipelines
7
Changes
21
2 open threads
Show all comments
Open
Menu UI sections links
dpi
requested to merge
issue/workbench_access-3419151:3419151-menu-ui-sections-links
into
2.0.x
Feb 5, 2024
Overview
22
Commits
8
Pipelines
7
Changes
21
2 open threads
Show all comments
Closes
#3419151
0
0
Merge request reports
Compare
2.0.x
version 6
f4ac1cc1
Feb 5, 2024
version 5
249327c4
Feb 5, 2024
version 4
f08b7cf9
Feb 5, 2024
version 3
d686ea40
Feb 5, 2024
version 2
b54e34e1
Feb 5, 2024
version 1
838b3264
Feb 5, 2024
2.0.x (base)
and
latest version
latest version
8c9bc53a
8 commits,
Feb 9, 2024
version 6
f4ac1cc1
7 commits,
Feb 5, 2024
version 5
249327c4
6 commits,
Feb 5, 2024
version 4
f08b7cf9
5 commits,
Feb 5, 2024
version 3
d686ea40
4 commits,
Feb 5, 2024
version 2
b54e34e1
3 commits,
Feb 5, 2024
version 1
838b3264
1 commit,
Feb 5, 2024
21 files
+
533
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
src/Plugin/AccessControlHierarchy/Taxonomy.php
+
2
−
0
View file @ 8c9bc53a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -34,6 +34,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
class
Taxonomy
extends
AccessControlHierarchyBase
{
public
const
PLUGIN_ID
=
'taxonomy'
;
use
StringTranslationTrait
;
/**
Loading