Skip to content
New issue

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

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

Already on GitHub? # to your account

EZP-31080: Fixed SectionIdentifier criterion to handle strings #174

Merged

Conversation

webhdx
Copy link
Contributor

@webhdx webhdx commented Mar 13, 2020

JIRA: https://jira.ez.no/browse/EZP-31080

SectionIdentifier criterion can accept a string or an array of strings. It was passing strings directly to array_map which resulted in error. This casts strings to single element array which solves the problem.

@micszo micszo self-assigned this Mar 13, 2020
Copy link
Member

@micszo micszo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Retest OK.

@micszo micszo removed their assignment Mar 13, 2020
@lserwatka lserwatka merged commit 3817cfd into ezsystems:master Mar 13, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

Successfully merging this pull request may close these issues.

5 participants