-
Notifications
You must be signed in to change notification settings - Fork 75
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
Turn the BaseArray parameter into a behaviour #2845
Comments
This has been implemented with corresponding changes in GeneralCatalog and ITMSConfiguration. Let's keep the issue open in case of problems. |
Issue #2845: Replace the argument 'BaseArray'
Closing now as no problems cropped up. |
Note: Perhaps PR #2862 actually belonged to this issue - not entirely sure, but mentioning it nonetheless to have the link between PR and issue. |
I reverted this change after a short discussion, as the initial reason for it, ImportExport using this information, was changed. |
Currently there is a parameter
BaseArray
that is passed to the methodValueStructureFromDB()
. This parameter determines wheter a single value field is returned as a plain scalar or as an arrayref with a single value. This parameter should be replaced by a behavior. The advantage is that the behavior can be inspected from the outside. This is useful e.g. for ImportExport.The text was updated successfully, but these errors were encountered: