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

Doctrine\Common\ClassLoader is used in ProcessBundle\Task\AbstractEAVQueryTask online 73 but it is deprecated in the last doctrine version.

enhancement

See if it can be done in a minor version without breaking everything.

enhancement
help wanted

Hello, I tried to update User entity. I created a new class : ```php use CleverAge\EAVManager\UserBundle\Entity\User as BaseUser; use Doctrine\ORM\Mapping as ORM; /** * Class User * * @package Jardiland\CleverAge\EAVManager\UserBundle\Entity...

**Test case** * lastest version of the CDM * use this kind of model setup (embedded attribute with multi values containing another embedded attribute) : ```yaml OrderFulfillment: attributes: items: type:...

When I'm logged with a user without any admin roles and configured this user with a FamilyPermission (List and Read only), there're some unwaiting displayed buttons : - /list :...

We need some docs about AEV filter.

We need some docs about Assets' options

When I use **SimpleDataSelectorType** on edition mode : - the option **max_results** is set with the default value 100 ; if I edit a content with a relation not in...

I have a first family called Brand ```yaml sidus_eav_model: families: Brand: data_class: AppBundle\Entity\Brand instantiable: true attributeAsIdentifier: code attributeAsLabel: label attributes: code: type: string_identifier label: type: string ``` and a second...