-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[Cookbook][Form testing] update sf2.3 way to add custom tupe #2724
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
[Components][Console] Fixed typos for table helper
Made the Icu component compatible with ICU 3.8
Adding lazy services documentation as of symfony/symfony#7890
Conflicts: components/yaml/introduction.rst
Conflicts: components/yaml/introduction.rst
New in sf2.3, update the way we have to use to add custom Type.
you did a wrong rebase. Please do the change again for the 2.3 branch or rebase your current branch |
@wouterj sorry I don't understand, I select branch 2.3 as destination to merge my branch. I'm not familliar with PR, what I have to do? |
Well, you can do 2 things. If you're not familiar with git, the simplest is to go to the document you want to edit. Then select the correct branch from the dropdown box in the right corner just above the document. After you selected the 2.3 branch, you click on edit and do the changes, then request a PR and select the 2.3 branch from that branch. |
Since 2.3, we can't use anymore $this->factory->addType() t add custom Type to factory. We have to use PreloadedExtension class.