eav-manager icon indicating copy to clipboard operation
eav-manager copied to clipboard

Blazing fast data modeling and enrichment

Results 69 eav-manager issues
Sort by recently updated
recently updated
newest added

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`

bug

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...

enhancement

The `getData()` method in referer values should return ValueInterface, but contains DataInterface...

bug