Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: add VariationSchedule41Controller factory mapping to service m…
Browse files Browse the repository at this point in the history
…anager (#74)
  • Loading branch information
JoshuaLicense authored Feb 6, 2024
1 parent 4341ac3 commit 48a8ca6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions module/Olcs/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
use Olcs\Controller\Factory\TransportManager\Details\TransportManagerDetailsPreviousHistoryControllerFactory;
use Olcs\Controller\Factory\TransportManager\Processing\TransportManagerProcessingTaskControllerFactory;
use Olcs\Controller\Factory\TransportManager\TransportManagerDocumentControllerFactory;
use Olcs\Controller\Factory\Variation\VariationSchedule41ControllerFactory;
use Olcs\Controller\Interfaces\ApplicationControllerInterface;
use Olcs\Controller\Interfaces\BusRegControllerInterface;
use Olcs\Controller\Interfaces\CaseControllerInterface;
Expand Down Expand Up @@ -81,6 +82,7 @@
use Olcs\Controller\TransportManager\Processing\TransportManagerProcessingTaskController;
use Olcs\Controller\TransportManager\TransportManagerController;
use Olcs\Controller\TransportManager\TransportManagerDocumentController;
use Olcs\Controller\Variation\VariationSchedule41Controller;
use Olcs\Form\Element\SearchDateRangeFieldsetFactory;
use Olcs\Form\Element\SearchFilterFieldsetFactory;
use Olcs\Form\Element\SubmissionSections;
Expand Down Expand Up @@ -429,6 +431,7 @@
\Olcs\Controller\SplitScreenController::class => SplitScreenControllerFactory::class,
TransportManagerDocumentController::class => TransportManagerDocumentControllerFactory::class,
TransportManagerDetailsPreviousHistoryController::class => TransportManagerDetailsPreviousHistoryControllerFactory::class,
VariationSchedule41Controller::class => VariationSchedule41ControllerFactory::class,
],
'aliases' => [
'LvaApplication' => Olcs\Controller\Lva\Application\OverviewController::class,
Expand Down Expand Up @@ -564,12 +567,12 @@
'LicenceReadHistoryController' => 'Olcs\Controller\Licence\Processing\ReadHistoryController',
'TransportManagerHistoryController' => TmCntr\Processing\HistoryController::class,
'TransportManagerReadHistoryController' => 'Olcs\Controller\TransportManager\Processing\ReadHistoryController',
'ApplicationHistoryController' => ApplicationControllers\Processing\HistoryController::class,//'Olcs\Controller\Application\Processing\HistoryController',
'ApplicationReadHistoryController' => ApplicationControllers\Processing\ReadHistoryController::class,//'Olcs\Controller\Application\Processing\ReadHistoryController',
'OperatorReadHistoryController' => OperatorControllers\Processing\ReadHistoryController::class,//'Olcs\Controller\Operator\Processing\ReadHistoryController',
'ApplicationHistoryController' => ApplicationControllers\Processing\HistoryController::class,
'ApplicationReadHistoryController' => ApplicationControllers\Processing\ReadHistoryController::class,
'OperatorReadHistoryController' => OperatorControllers\Processing\ReadHistoryController::class,
'CaseDocumentSlaTargetDateController' => CaseDocumentSlaTargetDateController::class ,
'LicenceDocumentSlaTargetDateController' => LicenceDocumentSlaTargetDateController::class,
'IrhpDocsController' => 'Olcs\Controller\IrhpPermits\IrhpDocsController'
'IrhpDocsController' => 'Olcs\Controller\IrhpPermits\IrhpDocsController',
]
),
'controller_plugins' => array(
Expand Down

0 comments on commit 48a8ca6

Please sign in to comment.