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

Commit

Permalink
fix: Add Oppostion modal CRUD form not Loading
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Jan 17, 2024
1 parent 1c164ef commit 5669b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5669b6c

Please sign in to comment.