Skip to content

Commit

Permalink
feat: VOL-4529 remove historic tm code (dvsa/olcs-internal#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay authored Jun 18, 2024
1 parent c134186 commit c789f27
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 147 deletions.
2 changes: 0 additions & 2 deletions app/internal/module/Olcs/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@
Olcs\Controller\TransportManager\Details\TransportManagerDetailsCompetenceController::class => Olcs\Controller\TransportManager\Details\TransportManagerDetailsCompetenceControllerFactory::class,
TransportManagerDetailsDetailController::class => TransportManagerDetailsDetailControllerFactory::class,
Olcs\Controller\TransportManager\Details\TransportManagerDetailsEmploymentController::class => Olcs\Controller\TransportManager\Details\TransportManagerDetailsEmploymentControllerFactory::class,
Olcs\Controller\TransportManager\HistoricTm\HistoricTmController::class => Olcs\Controller\TransportManager\HistoricTm\HistoricTmControllerFactory::class,
Olcs\Controller\TransportManager\Processing\PublicationController::class => Olcs\Controller\TransportManager\Processing\PublicationControllerFactory::class,
Olcs\Controller\Cases\Conviction\ConvictionController::class => Olcs\Controller\Cases\Conviction\ConvictionControllerFactory::class,
Olcs\Controller\Cases\Conviction\LegacyOffenceController::class => Olcs\Controller\Cases\Conviction\LegacyOffenceControllerFactory::class,
Expand Down Expand Up @@ -573,7 +572,6 @@
'UnlicensedCasesOperatorController' => \Olcs\Controller\Operator\Cases\UnlicensedCasesOperatorController::class,
'OperatorFeesController' => \Olcs\Controller\Operator\OperatorFeesController::class,
'TMController' => TransportManagerController::class,
'HistoricTmController' => Olcs\Controller\TransportManager\HistoricTm\HistoricTmController::class,
'TMDetailsDetailController' => TransportManagerDetailsDetailController::class,
'TMDetailsPreviousHistoryController' => TransportManagerDetailsPreviousHistoryController::class,
'TMProcessingPublicationController' => Olcs\Controller\TransportManager\Processing\PublicationController::class,
Expand Down
15 changes: 0 additions & 15 deletions app/internal/module/Olcs/config/routes.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2305,21 +2305,6 @@
],
'may_terminate' => true,
],
'historic-tm' => [
'type' => 'segment',
'options' => [
'route' => '/historic-tm/:historicId[/]',
'constraints' => [
'action' => 'details',
'historicId' => '[0-9]+',
],
'defaults' => [
'controller' => 'HistoricTmController',
'action' => 'details',
],
],
'may_terminate' => true,
],
'create_transport_manager' => [
'type' => 'segment',
'options' => [
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c789f27

Please sign in to comment.