eav-manager
eav-manager copied to clipboard
Blazing fast data modeling and enrichment
If in an EAV entity a getter is set, if the associated setter is not set, the EAV will not use it and crash silently....... This is totally random and...
When using the `dump()` function to debug an EAV entity, an error about nesting levels occurred. We should be able to dump values to improve debugging?
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...
When a user try to log in without a wrong user name (wrong or missing), no error message is displayed, the page is just "refreshed".
When getting a "null" value into a field render, we get the following error : `Expected argument of type "string", "null" given`
Why the familyCode is not provided automatically when building the route. Instead, we have to set the family code each time we generate an url in Twig. It should be...
The `getData()` method in referer values should return ValueInterface, but contains DataInterface...