User tests: Successful: Unsuccessful:
Pull Request for Issue #19584 .
Added event onContentValidateData
Create a field plugin which implements onContentValidateData function like this...
public function onContentValidateData($form, &$data) {
// Change the data in some way
}
The data get's changed.
The data get's changed.
Add documentation for onContentValidateData event.
Add documentation for the existing, but undocumented and now deprecated, onUserBeforeDataValidation event.
This event will only get triggered when validate() overridden by a user component model.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Category | Libraries | ⇒ | Administration com_installer Language & Strings Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-14 21:27:27 |
Closed_By | ⇒ | BrainforgeUK |
Replaced by #24902 - UpdateModel change unrelated.