Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Labels:
-
Environment:Hideubuntu 12.04, php 5.3,
installed:
doctrine/common [2.3.x-dev bb0aebb] : Common Library for Doctrine projects
doctrine/dbal [2.3.x-dev fd45c6f] : Database Abstraction Layer
doctrine/phpcr-odm [dev-master 76765d1] : Object-Document-Mapper for PHPCR
jackalope/jackalope [dev-master a8ba9db] : Jackalope PHPCR library
jackalope/jackalope-doctrine-dbal [dev-master d8a81bc] : Jackalope Transport library
phpcr/phpcr [2.1.0-beta8] : PHP Content Repository interfaces
phpcr/phpcr-utils [1.0-beta4] : PHP Content Repository implementation independant utilities
symfony/console [2.2.x-dev v2.2.0-RC1] : Symfony Console Component
symfony/yaml [dev-master f198ac2] : Symfony Yaml ComponentShowubuntu 12.04, php 5.3, installed: doctrine/common [2.3.x-dev bb0aebb] : Common Library for Doctrine projects doctrine/dbal [2.3.x-dev fd45c6f] : Database Abstraction Layer doctrine/phpcr-odm [dev-master 76765d1] : Object-Document-Mapper for PHPCR jackalope/jackalope [dev-master a8ba9db] : Jackalope PHPCR library jackalope/jackalope-doctrine-dbal [dev-master d8a81bc] : Jackalope Transport library phpcr/phpcr [2.1.0-beta8] : PHP Content Repository interfaces phpcr/phpcr-utils [1.0-beta4] : PHP Content Repository implementation independant utilities symfony/console [2.2.x-dev v2.2.0-RC1] : Symfony Console Component symfony/yaml [dev-master f198ac2] : Symfony Yaml Component
Description
I just tried the odm on a testproject. but i have a really strange problem with translations. if i add a document which has children - and then try to add a translation to the children documents - the translation will not be saved .... (i tried the same with the symfony cmf - same result )
code:
Activity
David Buchmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=PHPCR-89, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
hi. can you try to write a test case in TranslationHierarchyTest in the phpcr-odm repository and create a pull request for the failing test? we fixed quite some things around this recently, maybe it is fixed now?