RTC bug PR-5.3-dev Pending

User tests: Successful: Unsuccessful:

avatar HLeithner
HLeithner
11 Aug 2025

Summary of Changes

Use the element XML string as value for hash instead of an automatically converted SimpleXML to string which is always an empty string.

Testing Instructions

Hard to test, you need your own field which extends from the PredefinedListField which show different options based on the attributes in the xml and get used twice on an formular.

Actual result BEFORE applying this Pull Request

The second usage of the same field shows the options from the first field because they are loaded from the cache.

Expected result AFTER applying this Pull Request

The second usage of the same field shows its own options since it no longer uses the cached values from the first field.

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 - 11 Aug 2025
avatar HLeithner HLeithner - change - 11 Aug 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 11 Aug 2025
Category Libraries
avatar joomdonation joomdonation - test_item - 23 Aug 2025 - Tested successfully
avatar joomdonation
joomdonation - comment - 23 Aug 2025

I have tested this item ✅ successfully on cb35ed0


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

avatar joomdonation
joomdonation - comment - 1 Sep 2025

Below are the testing instructions which you can use to test this PR:

<field
		name="active1"
		type="useractive"
		label="COM_USERS_HEADING_ACTIVATED"
		class="js-select-submit-on-change"
>
	<option value="">Select User Active 1</option>
</field>
  • Access to Users Management screen from administrator area of your site, click on Filter Options to activate the filter
  • Before patch, you see two filter dropdowns with - Select Active State -. This is wrong because the second filter dropdown should have the first option with text Select User Active 1 as defined in the new field above
before_patch
  • After patch, the second field as the first option with correct text Select User Active 1 as expected
after_patch
avatar exlemor exlemor - test_item - 3 Sep 2025 - Tested successfully
avatar exlemor
exlemor - comment - 3 Sep 2025

I have tested this item ✅ successfully on cb35ed0

I have successfully tested this. Sorry it took so long (started, got interrupted, restarted, etc ;) ).

Thanks @HLeithner


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

avatar richard67 richard67 - change - 3 Sep 2025
Status Pending Ready to Commit
Labels Added: bug PR-5.3-dev
avatar richard67
richard67 - comment - 3 Sep 2025

RTC


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

avatar rdeutz rdeutz - change - 3 Sep 2025
Labels Added: RTC
avatar rdeutz
rdeutz - comment - 3 Sep 2025

Thanks

avatar rdeutz rdeutz - change - 3 Sep 2025
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2025-09-03 10:49:15
Closed_By rdeutz
avatar rdeutz rdeutz - close - 3 Sep 2025
avatar rdeutz rdeutz - merge - 3 Sep 2025

Add a Comment

Login with GitHub to post a comment