Ticket #1250 (closed defect: fixed)
i18n problem if all fields are in translation table
| Reported by: | Steffen | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | I18n | Version: | 0.11.0 |
| Keywords: | Cc: | ||
| Has Test: | yes | Status: | Pending Core Response |
| Has Patch: | no |
Description
If using a simple schema where all fields (execpt the id) are stored in the translation table, doctrine fails saving this object. The translations however are saved, but with "NULL" id.
schema:
---
Test:
actAs:
I18n:
length: 5
fields: [title, content]
columns:
title: string(255)
content: string
Therefore the i18n behavior is currently completely disfunctional for fully translated objects.
Change History
Note: See
TracTickets for help on using
tickets.