User tests: Successful: Unsuccessful:
There is a check in the Author column to display the author name if the id is not 0 else to display the author as None
I believe this check to be incorrect. When a user is deleted from the users table the created_by in the content table is untouched so the condition in the query is never passed.
This PR changes the condition to check for the author_name and this way we can satisfy the condition and are able to display the author as None
This PR does not fix the related problem in the authors filter where you can not filter by author None even though it is intended that you can.
This changes in this PR if accepted will need to be applied to all other components with the same condition
Create two users
Create articles with each user
Delete one of the users
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 | ⇒ | Administration com_content |
Labels |
Added:
PR-5.3-dev
|
I have tested this item ✅ successfully on 270ed2a
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-03-25 22:58:11 |
Closed_By | ⇒ | bembelimen |
Thx
Thanks
I have tested this item ✅ successfully on 270ed2a
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45179.