-
Notifications
You must be signed in to change notification settings - Fork 351
Add tree to content-mapper #23
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
@danrot @chirimoya merge after this #20 |
@danrot added a few functions to this branch to generate url form controller! |
/** | ||
* @return boolean | ||
*/ | ||
public function getHasChildren(); |
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.
@wachterjohannes Doesn't hasChildren
sound better to you?
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.
+1
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.
@danrot @chirimoya this is for twig! when designer types {{ structure.hasChildren }} -> structure->getHasChildren will be called!
@wachterjohannes The url generation does not work correctly for Ä, Ö, Ü at the beginning, please fix that |
@danrot strtolower ignores Ä,Ö,Ü ! i have added special rules for that! |
bugfix in repo of account
fixed multiple events bug
[FEATURE] generate right url for internal and external nodes
added for attributes for labels
bugfix in repo of account
added for attributes for labels
fixed multiple events bug
[FEATURE] generate right url for internal and external nodes
* Update routing and twig recipes * Upgrade doctrine bundle configuration * Update symfony/routing config * Fixerror routes * Upgrade debug and security dependency * Add AppFixtures from DoctrineFixtureBundle recipe
…ception Refactor model-not-found exception
Add tree to content-mapper: