RTC NPM Resource Changed bug PR-5.3-dev Pending

User tests: Successful: Unsuccessful:

avatar HLeithner
HLeithner
24 Jun 2025

Summary of Changes

Use the correct javascript method name.

Testing Instructions

This is not used in Joomla Core.

Simple test:

  1. Open a form like article and save it. Should work.
  2. Open a form like article and remove a required argument and save it. Should fail.

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;
                }
            };

Link to documentations

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

avatar HLeithner HLeithner - open - 24 Jun 2025
avatar HLeithner HLeithner - change - 24 Jun 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 Jun 2025
Category JavaScript Repository NPM Change
avatar rdeutz rdeutz - change - 25 Jun 2025
Labels Added: NPM Resource Changed bug PR-5.3-dev
avatar Fedik Fedik - test_item - 25 Jun 2025 - Tested successfully
avatar Fedik
Fedik - comment - 25 Jun 2025

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.

avatar QuyTon QuyTon - test_item - 25 Jun 2025 - Tested successfully
avatar QuyTon
QuyTon - comment - 25 Jun 2025

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.

avatar QuyTon QuyTon - change - 25 Jun 2025
Status Pending Ready to Commit
avatar QuyTon
QuyTon - comment - 25 Jun 2025

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45650.

avatar LadySolveig LadySolveig - change - 25 Jun 2025
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
avatar LadySolveig LadySolveig - close - 25 Jun 2025
avatar LadySolveig LadySolveig - merge - 25 Jun 2025
avatar LadySolveig
LadySolveig - comment - 25 Jun 2025

Thanks for the fix and to all the testers!

Add a Comment

Login with GitHub to post a comment