User tests: Successful: Unsuccessful:
Replace the old complex loop with a simpler one
Everything should work as before.
This is a copy of #19012 without an additional improvement in order to be more B/C.
Code review.
Additional test if SEF URLs work as before.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
OK Tomasz. Still busy with some support stuffs right now, so I will review + test it on tomorrow
I have tested this item
Code review + test with sample data + test with custom setup for com_content. All still works OK as before and the new code is easier to understand compare to the original code
I have tested this item
Code Review
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-13 00:07:22 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
@joomdonation I have moved
isset($item->query['view'])
to the top of method and I removed the$last_id
as you requested.