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 e0f90a3 commit 8be62cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Olcs/src/Form/Model/Fieldset/OppositionFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class OppositionFields extends CaseBase
* @Form\Options({
* "label": "Affected centre",
* "context":"licence",
* "disable_inarray_validator": true,
* "disable_inarray_validator": false,
* "service_name": "Common\Service\Data\OcContextListDataService",
* "use_groups": "false"
* })
Expand Down

0 comments on commit 8be62cb

Please sign in to comment.