-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Doc missing for relations-handling and faker functions #1010
Comments
The syntax is a bit confusing in this case to be honest and I'm not sure what the expected behaviour should be; I would recommend to keep |
Thx for your reply and sorry for this confusion. Take this fixtures exemple:
I expect in this case for the But in this case, the bundle get only To solve this, i have to use this syntax:
I think a simple comment in the doc to specify we can't use function for relation at the begin or in the middle of a string, but only at the end can be good. |
Everything is explain here visibly: #377, but not in the doc. |
Then it might just be something missing in the code and that could be fixed :) See https://github.com/nelmio/alice/blob/master/CONTRIBUTING.md#expression-language for pointers |
Reading this again
Is definitely a bug |
Hi,
I use your bundle and today i'm be confronted to a complicated situation with the multiple-references.
I was trying to dynamically create an user and associate dynamicly an object using the <current()> method for reference.
I follow your doc, but you never mention the impossibility tu put the <current()> at other place than the end for reference.
Exemple:
If you try that, that not working. I have to put the <current()> at the end, and only at the end.
Then, i ask you if you can add documentation into https://github.com/nelmio/alice/blob/master/doc/relations-handling.md page please ?
The text was updated successfully, but these errors were encountered: