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 model CRUD form not Loading/Saving
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Jan 17, 2024
1 parent 1c164ef commit e0f90a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions module/Olcs/src/Form/Model/Fieldset/OppositionFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class OppositionFields extends CaseBase
* @Form\Options({
* "label": "Affected centre",
* "context":"licence",
* "disable_inarray_validator": false,
* "service_name": "Common/Service/Data/OcContextListDataService",
* "disable_inarray_validator": true,
* "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 e0f90a3

Please sign in to comment.