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

It seems that referer values does not work anymore. When calling a referer value in a getter, a recursion error appears : "Maximum function nesting level of '256' reached, aborting!"

bug

I know I must not update, but when removing the dotenv component because EAV is too old, the js build was updated, but not the link to the file. This...

bug

It seems that many to many relations are only loaded on one side : I have a Publication and an Author which are linked with a middle-entity PublishedPublications. ```php $publication->get('publishedPublications');...

bug

When browsing a list of EAV entities, why the handler QueryHandler is used, while we use Doctrine and EAV ? Different handlers seems to be called randomly...

To respect the separate of concerns, one single class should not build a form, handle the form, create a query builder, handle sorting, handle filtering. As all is in a...

Sorting with EAV does not work with strings. When sorting, name are not sorted rightly. But it works without EAV...

bug

It will be good if the UserManager can use UserInterface instead of User in its methods parameters. This way it will be more integrated with other security components which use...

enhancement

As the the database is not human readable any more, the EAV should add a way to see cleary data. I do not understand : for now, to debug, you...

bug

When using a filter, the returned results are not correct and the pagination is broken. For instance, the pagination says 25 results are returned and 2 pages are available, but...

bug

It is nearly impossible to add a custom filter or a custom sort without overriding a lot of core classes. This should not be done this way. A simple yaml...