FOSElasticaBundle icon indicating copy to clipboard operation
FOSElasticaBundle copied to clipboard

Add missing cast to string for object identifiers in ModelToElasticaldentifierTransformer

Open spiroski opened this issue 4 years ago • 0 comments

A while back the casting of the identifier to object was reworked so that it happened only if the object was not a scalar. (PR: #1357)

However when that rework happened this was not implemented in the ModelToElasticaIdentifierTransformer.

This pull requests implements the same logic there as well.

spiroski avatar Sep 18 '21 08:09 spiroski