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

fix: fix modal form while adding cases opposition page #21

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class EnvironmentalComplaint extends CaseBase
* "label": "Affected centre",
* "disable_inarray_validator": false,
* "context": "operatingCentre",
* "service_name": "Common/Service/Data/LicenceOperatingCentre",
* "service_name": "Common\Service\Data\LicenceOperatingCentre",
* "use_groups": "false"
* })
* @Form\Type("DynamicSelect")
Expand Down
4 changes: 2 additions & 2 deletions module/Olcs/src/Form/Model/Fieldset/OppositionFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class OppositionFields extends CaseBase
* "label": "Affected centre",
* "context":"licence",
* "disable_inarray_validator": false,
* "service_name": "Common/Service/Data/OcContextListDataService",
* "service_name": "Common\Service\Data\OcContextListDataService",
* "use_groups": "false"
* })
* @Form\Filter({"name":"Common\Filter\NullToArray"})
Expand All @@ -182,7 +182,7 @@ class OppositionFields extends CaseBase
* "label": "Affected centre",
* "context":"application",
* "disable_inarray_validator": false,
* "service_name": "Common/Service/Data/OcContextListDataService",
* "service_name": "Common\Service\Data\OcContextListDataService",
* "use_groups": "false"
* })
* @Form\Filter({"name":"Common\Filter\NullToArray"})
Expand Down
Loading