Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
validation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
validation
Commits
28f8a4e0
Commit
28f8a4e0
authored
1 year ago
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Patches
Plain Diff
MAJ menu
parent
5e46a447
Branches
sendmail-exim4-#15786
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/module.config.php
+1
-28
1 addition, 28 deletions
config/module.config.php
config/unicaen-validation.global.php.dist
+35
-0
35 additions, 0 deletions
config/unicaen-validation.global.php.dist
with
36 additions
and
28 deletions
config/module.config.php
+
1
−
28
View file @
28f8a4e0
...
...
@@ -43,33 +43,6 @@ return [
],
],
'navigation'
=>
[
'default'
=>
[
'home'
=>
[
'pages'
=>
[
'administration'
=>
[
'pages'
=>
[
'validations'
=>
[
'label'
=>
'Validations'
,
'route'
=>
'validation/type'
,
'resource'
=>
PrivilegeController
::
getResourceId
(
ValidationTypeController
::
class
,
'index'
),
'order'
=>
1111
,
'icon'
=>
'fas fa-angle-right'
,
'pages'
=>
[
'instance'
=>
[
'label'
=>
'Instances de validation'
,
'route'
=>
'validation/instance'
,
'resource'
=>
PrivilegeController
::
getResourceId
(
ValidationInstanceController
::
class
,
'index'
),
'order'
=>
1112
,
],
],
],
],
],
],
],
],
],
'service_manager'
=>
[
'invokables'
=>
[
...
...
This diff is collapsed.
Click to expand it.
config/unicaen-validation.global.php.dist
0 → 100644
+
35
−
0
View file @
28f8a4e0
<?php
use
UnicaenPrivilege\Guard\PrivilegeController
;
use
UnicaenValidation\Controller\ValidationTypeController
;
return
[
'navigation'
=>
[
'default'
=>
[
'home'
=>
[
'pages'
=>
[
'administration'
=>
[
'pages'
=>
[
'validations'
=>
[
'label'
=>
'Validations'
,
'route'
=>
'validation/type'
,
'resource'
=>
PrivilegeController
::
getResourceId
(
ValidationTypeController
::
class
,
'index'
),
'order'
=>
1111
,
'icon'
=>
'fas fa-angle-right'
,
'pages'
=>
[
'instance'
=>
[
'label'
=>
'Instances de validation'
,
'route'
=>
'validation/instance'
,
'resource'
=>
PrivilegeController
::
getResourceId
(
ValidationInstanceController
::
class
,
'index'
),
'order'
=>
1112
,
],
],
],
],
],
],
],
],
],
];
?>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment