User tests: Successful: Unsuccessful:
A couple years ago @Hackwar added a cool feature #12414, which allows to run Field::postProcessing().
However it was not enabled in our FormModel class, and so never used.
This PR enable this feature for FormModel.
Apply patch, edit any content, and make sure all works.
Then edit
joomla-cms/libraries/src/Form/FormField.php
Lines 1305 to 1308 in 05d3b14
Add dd('Works!');
before return
. And try to save any content again.
Content saved, that means postProcess()
was ignored.
You got white page with Works!
message, that means postProcess()
was called.
As part of #12414
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-04-09 19:51:31 |
Closed_By | ⇒ | roland-d |
I have tested this item✅ successfully on adaa0b6
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37460.