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

feat: Subcategory support for task allocation rule and refactors #108

Merged
merged 14 commits into from
Mar 18, 2024
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions module/Api/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,11 +647,11 @@
'OtherLicence' => RepositoryFactory::class,
Repository\Document::class => RepositoryFactory::class,
'Correspondence' => RepositoryFactory::class,
'SystemParameter' => RepositoryFactory::class,
Repository\SystemParameter::class => RepositoryFactory::class,
'FeatureToggle' => RepositoryFactory::class,
'Stay' => RepositoryFactory::class,
'Submission' => RepositoryFactory::class,
'TaskAllocationRule' => RepositoryFactory::class,
Repository\TaskAllocationRule::class => RepositoryFactory::class,
'TaskAlphaSplit' => RepositoryFactory::class,
'IrfoPartner' => RepositoryFactory::class,
'Transaction' => RepositoryFactory::class,
Expand Down Expand Up @@ -806,6 +806,8 @@
'User' => Repository\User::class,
'Document' => Repository\Document::class,
'Cases' => Repository\Cases::class,
'SystemParameter' => Repository\SystemParameter::class,
'TaskAllocationRule' => Repository\TaskAllocationRule::class,
],
],
\Dvsa\Olcs\Api\Domain\FormControlServiceManagerFactory::CONFIG_KEY => [
Expand Down
Loading
Loading