Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
privilege
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
privilege
Commits
2a6c1c05
Commit
2a6c1c05
authored
2 years ago
by
Bertrand Gauthier
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into bg-php8
parents
cd3c2b03
5c98c70f
Branches
bg-php8
No related tags found
No related merge requests found
Pipeline
#17115
passed
2 years ago
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Module.php
+2
-2
2 additions, 2 deletions
Module.php
with
2 additions
and
2 deletions
Module.php
+
2
−
2
View file @
2a6c1c05
...
...
@@ -15,8 +15,8 @@ class Module
{
$e
->
getApplication
()
->
getServiceManager
()
->
get
(
'translator'
);
$eventManager
=
$e
->
getApplication
()
->
getEventManager
();
$moduleRouteListener
=
new
ModuleRouteListener
();
$moduleRouteListener
->
attach
(
$eventManager
);
//
$moduleRouteListener = new ModuleRouteListener();
//
$moduleRouteListener->attach($eventManager);
/* Active un layout spécial si la requête est de type AJAX. Valable pour TOUS les modules de l'application. */
$eventManager
->
getSharedManager
()
->
attach
(
'Laminas\Mvc\Controller\AbstractActionController'
,
'dispatch'
,
...
...
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