Commit adcbb5d
committed
bug #3615 Fixes to cookbook/doctrine/registration_form.rst (Crushnaut)
This PR was merged into the 2.3 branch.
Discussion
----------
Fixes to cookbook/doctrine/registration_form.rst
As I was working through this example I noticed a few issues. Firstly, no button to submit the registration form is ever specified. Secondly, in the accountController the Response object is included, but not needed. Thirdly, the Request object is required in the code block for the method createAction in the accountController.
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all (or 2.3+)
| Fixed tickets | none that I know of
Commits
-------
b56ab13 Made on additional fix as per previous pull request.
adffc6b Fixes to cookbook/doctrine/registration_form.rst1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
273 | 276 | | |
274 | 277 | | |
275 | 278 | | |
| |||
0 commit comments