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

I will be nice if we could have events on each parts of the EAV. For example : - Admin events (_PRE_CREATE_FORM, _POST_CREATE_FORM) - EAV Events (PRE_CREATE_EAV, POST....) This allow...

bug

The filtering is not related to the pagination system, so when filtering, the list is truncated : it displays a list containing 5 elements per page instead of more, because...

When resolving options for buttons in forms, a merge is made with a default options array. As it is not a recursive merge, if we define options in configuration, it...

bug

Templates should be easily customizable, it should be defined in configuration and be easily changed.

When we have a field name "HAL Code", the label is not properly rendered. The render is "H AL Code", but it should be "HALCode" or "HAL Code".

It seems that columns of a datagrid does not use the translation system, so I can't be translated. Again we must override a lot of files.....

When I use the `findOneBy` method of the finder, I have the following exception : ``` In ProcessManager.php line 315: Process academic_article has failed during process publication_mapping with message: 'Binding...

bug

When retrieving an entity using the finder, if the entity has relations and the query is on those relations, passed entities should always have an id. If not, an exception...

enhancement

As said in documentation to have a collection we should add `multiple` to our field. But this does not work as the collection is not mapped to the EAV value...

bug