infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
34 stars 20 forks source link

✨ feat(getMetadata): Return when only one field requested #189

Open phiko-misc opened 6 months ago

phiko-misc commented 6 months ago

Added fix to metadataMap. This addition also returns metadata if only one field was requested. Up until now no metadata are returned, because the return is not an array, but an object. This adds the ability to parse an object too.

Bug: #187 @jehrnstrom