core icon indicating copy to clipboard operation
core copied to clipboard

fix: nullabe arrays of decoded ids were retrieved as [null]

Open rscarrasco opened this issue 1 year ago • 0 comments

Description

There is an Apiato bug that prevented arrays of decoded ids to be nullable, due to the HashIdTrait processField() method working over null data. This PR fixes that.

rscarrasco avatar Sep 25 '24 19:09 rscarrasco