[PHPCR-101] MissingTranslationException when parent is not translated Created: 01/Mar/13 Updated: 18/Apr/13 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Sint | Assignee: | Lukas Kahwe |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Getting a MissingTranslationException when displaying a banner on the frontend. It seems to be caused in the refreshDocumentForProxy method on line 496 of UOW, the parent document does not have a locale and therefore the fallback hint is false. The banner block is not translated and the banner images are (title property). See for a stacktrace: https://gist.github.com/rmsint/2c6700e00c47c95dc30e |
| Comments |
| Comment by David Buchmann [ 18/Apr/13 ] |
|
roel, can you please test with the latest phpcr-odm? we think this should be fixed now. |