During a new entity type creation, the properties, are not added to the object, and
eck__entity_type__schema() is looking or $entity_type->properties. This result in properties columns not being added to the table, and raise an error PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uid' [...] while trying to save a new entity.
Patch attached, please review.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | eck-properties_not_added-1311364.patch | 516 bytes | pascalduez |
Comments
Comment #1
pascalduez commentedComment #2
fmizzell commentedThank you so much for finding all this major bugs. A modify version of this patch was added to 1.1-alpha3