SidusEAVModelBundle icon indicating copy to clipboard operation
SidusEAVModelBundle copied to clipboard

Symfony2 & Doctrine implementation of a Entity-Attribute-Value model, easily extendable.

Results 8 SidusEAVModelBundle issues
Sort by recently updated
recently updated
newest added

When declaring an attribute as identifier is the model configuration, an 500 error is thrown saying that "attributeAsIdentifier" can not be duplicate. But in my configuration, only one attribute is...

## Issue With a full CDM, using a "clone" action on an entity (with possibly embedded data) did not copied _all_ values (only a subset...). ## Solution Still not sure...

I am using EAV with normal entities. # Use case user has many roles, roles can belong to many users. Let's assume User is an EAV model, but Role is...

Recomputing changeset for attributes with removed values does not work. Exemple: ``` foreach (array_unique($data->getRefererDatas()->toArray()) as $activity){ if (self::ACTIVITY_FAMILY !== $activity->getFamilyCode()){ continue; } if(!in_array($activity, $actualActivities)){ $activity->removeSubscribers($data); $activityAttribute = $activity->getFamily()->getAttribute('subscribers'); $event->recomputeAttributeChangeset($activity, $activityAttribute);...

bug

Hi, Is there any plans to support Symfony flex (skeleton) installations in the future?

Can this bundle be used in Laravel, or this specifically targets Symfony FullStack?