eav-manager
eav-manager copied to clipboard
Issue with serializer : some property are not displayed
The EAV serializer is not working : some attributes are not processed by the EAV normalizer, and as it override and change the default behavior of the serializer, it is not possible to show what happens....
Each normalizer should not be generic, as one normalizer is for one behavior, the Sidus\EAVModelBundle\Serializer\Normalizer\AbstractGenericNormalizer
make no sense.
Each normalizer should not be generic, as one normalizer is for one behavior, the Sidus\EAVModelBundle\Serializer\Normalizer\AbstractGenericNormalizer
make no sense.
Why is there a normalizer in the AssetsBundle ?