Commit 8ecad2c
committed
[BUGFIX] Fix possible exception with additional validators or spam prevention methods
If someone extends powermail with own validators and is using "show confirmation page" it could happen that the error
'Exception while property mapping at property path "": It is not allowed to map property "answers". You need to use $propertyMappingConfiguration->allowProperties('answers') to enable mapping of this property.'
pops up. Problem is basicly because createAction with its validators forwarded the request to confirmationAction with the same validators1 parent f13ae7b commit 8ecad2c
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
458 | 474 | | |
459 | 475 | | |
460 | 476 | | |
| |||
0 commit comments