ModelManager icon indicating copy to clipboard operation
ModelManager copied to clipboard

Collection Filters

Open stood opened this issue 7 years ago • 1 comments

In the doc, it is writen to use the collection filters for to transform json value to an object instance.

But if I use the example: https://github.com/pomm-project/ModelManager/blob/2.0/documentation/model_manager.rst#collection-filters

I have an error `` `Warning: trim () expects parameter 1 to be string, object given```

Because the hydrationPlan using the converter Json but the value is an ObjectInstance

stood avatar May 30 '18 07:05 stood

Ok, a filter does not override a converter, the documentation is wrong. Thank you.

chanmix51 avatar Jun 15 '18 13:06 chanmix51