User tests: Successful: Unsuccessful:
Pull Request for Issue #41256 .
After removing CMSObject from User class #40999, it cause weird issue when binding User data to the form.
The PR is fixing it.
Apply patch,
Make sure errror reaporting on maximum.
On the site open user profile page
No warnings
Many warnings:
Warning: SimpleXMLElement::xpath(): Unfinished literal in /libraries/src/Form/Form.php on line 1250
Please select:
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
I have tested this item ✅ successfully on a22f55b
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
PR-5.0-dev
|
RTC
Not sure if this is the right solution...
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-03 08:24:16 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
?
Release Blocker
|
I merge this even if I'm not 100% confident with this solution. thanks
maybe the alternative is to check if the legacytrait is implemented.
Maybe we can implement Iterator intrface over base Table class?
hmm that's maybe an idea too
then it also will be possible to do $array = iterator_to_array($table)
https://www.php.net/manual/en/function.iterator-to-array
I have tested this item ✅ successfully on a22f55b
works for me!
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/41342.