In #25103 we deprecated the onUserBeforeDataValidation event and suggested that users should use the onContentValidateData event, but this event is never triggered.
So far this hasn't so much effect, reasons might be:
This needs to be fixed before 6.0 comes out.
Labels |
Added:
No Code Attached Yet
bug
|
That is the typo in the deprecation message.
The correct event name is onContentBeforeValidateData
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-08 13:09:09 |
Closed_By | ⇒ | richard67 |
@richard67 I were leave it to auto-close feature 😉
onContentBeforeValidateData is being trigerred after a warning is shown that onUserBeforeDataValidation is depracated, and we are supposed to use onContentValidateData instead. But onContentValidateData is never trigerred.
Should I add :
after the code snipped mentioned above ? @rdeutz