-
Notifications
You must be signed in to change notification settings - Fork 138
[WIP] Content creation #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Current status: The next step is to find a good way to create this missing route, as discussed here: https://groups.google.com/forum/?fromgroups#!topic/createjs/-DQMcbnzcdg. The idea would be to generate a POST from the frontend, with the new route document, after intercepting the response of the created news content. Besides, we have the same createjs bugs as referenced here: symfony-cmf/symfony-cmf-website#9 (comment) |
|
@dbu @lsmith77 Did anything change in the translation behavior? After the deps update and master merge, the fallback is weird. The news Any hint? |
|
the only change in this areea of the ODM we had was related to loading children in the same locale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we integrate the "map" and "rdfmapper" map?
map:
'http://rdfs.org/sioc/ns#Post':
class: 'Symfony\Cmf\Bundle\ContentBundle\Document\MultilangStaticContent'
'http://cmf.symfony.com/CmfRoute':
class: 'Symfony\Cmf\Bundle\RoutingExtraBundle\Document\Route'
rdfmapper: symfony_cmf_create.route_doctrine_phpcr_odm_mapper
|
The PR is now using Symfony 2.2. There is a new bug on the news page (covered by the NewsTest): on the French page (/fr/news), the title of the news only available in English is empty instead of having the English title. |
|
closing as this seems very old and hard to get back in sync. If you don't agree, feel free to reopen and work on this again :) |
@adou600 can you please update what the current state is?
i just updated the sandbox to use the refactored routingextrabundle. you might need to merge master into your branch and kill composer.lock and run a full composer update --prefer-source to get things right again.