User tests: Successful: Unsuccessful:
Pull Request for Issue #42179 .
If a legacy table is created by Table::getInstance() twice it fails the second time. Reason for this is that the legacy table name is not used if the table class already exists.
Test joomla core and a random 3rd party extension which uses tables
Could fail if Table::getInstance()
is called more then 1 time for the same old (JTableXXX) syntax.
works
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 | ⇒ | Libraries |
Add w=1
to hide whitespace changes. https://github.com/joomla/joomla-cms/pull/42180/files?w=1
Thanks, I was sure that I miss here something :-)
Labels |
Added:
PR-5.0-dev
|
@georgebara can you please test this pr?
Thank you for the fast feedback.
@georgebara Was your approval a real successful test? If so, please mark your test result so it's properly counted. For doing this, go to the PR in the issue tracker here https://issues.joomla.org/tracker/joomla-cms/42180 , then use the blue "Test this" button at the top left corner, then select your test result and finally submit. Thanks in advance.
I have tested this item ✅ successfully on 6265a1b
The issue could not be reproduced anymore.
I have tested this item ✅ successfully on 6265a1b
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-11-18 01:35:45 |
Closed_By | ⇒ | bembelimen | |
Labels |
Added:
?
Removed: ? |
Thx
Did you change something in the code? Only intendation is added.