Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dictionary] Fix loading of dictionary module #9227

Merged
merged 1 commit into from
May 2, 2024

Conversation

driusan
Copy link
Collaborator

@driusan driusan commented May 2, 2024

The "Sex" data type is incorrectly returning an object instead of an array for the field options of the dictionary because \Utility::getSexList returns an associative array, not an array.

This fixes it so that the dictionary module loads.

The "Sex" data type is incorrectly returning an object instead of
an array for the field options of the dictionary because \Utility::getSexList
returns an associative array, not an array.
@driusan driusan merged commit 5994d74 into aces:main May 2, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants