User tests: Successful: Unsuccessful:
Use the correct javascript method name.
This is not used in Joomla Core.
Simple test:
Custom Code:
Add a custom validator in the article override form or any other override like the login module in frontend.
Something like this:
This validator will fail:
document.formvalidator.customValidators['validatorname'] = {
exec: function() {
return false;
}
};
This validator will succeed:
document.formvalidator.customValidators['validatorname'] = {
exec: function() {
return true;
}
};
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
Labels |
Added:
NPM Resource Changed
bug
PR-5.3-dev
|
I have tested this item ✅ successfully on d7e181b
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-06-25 20:37:50 |
Closed_By | ⇒ | LadySolveig | |
Labels |
Added:
RTC
|
Thanks for the fix and to all the testers!
I have tested this item ✅ successfully on d7e181b
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45650.