User tests: Successful: Unsuccessful:
Pull Request for Issue #37841 .
Filter options were inconsistent between the backend and frontend.
Sorting options were unordered, making it difficult to find the desired sort option.
Filter options are now consistent between the backend and frontend.
Sorting options are arranged in alphabetical order to enhance usability.
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 Front End Language & Strings |
Title |
|
Labels |
Added:
Language Change
PR-5.2-dev
|
I have tested this item ✅ successfully on 2177a03
Backend | Frontend |
---|---|
![]() |
![]() |
Backend | Frontend |
---|---|
![]() |
![]() |
Sorting in alphabetical order is completely pointless as it only works if the language is english. As soon as you switch to use another language the order is completely meaningless. That is why the order currently matches the column order. It wasnt just a random act.
I have tested this item 🔴 unsuccessfully on 2177a03
@fgsw @brianteeman Could anyone please clarify the stage filter issue .why it isnt visible in backend
it is only visible when you have enabled workflows
Category | Administration com_content Front End Language & Strings | ⇒ | Front End com_content Language & Strings |
@brianteeman Thanks for providing info about the sorting order, I have reverted back to previous order but changed some order to align frontend with backend. Could you please let me know if there is a reason to not having sort by rating and published in frontend whereas it is present in backend. Thank you
If the item you are sorting by is not displayed is there any point in that sort order as you can't see the results
But the item like Date modified will be useful when they want to access recently modified items. I added it in the frontend, Should I remove that too?
This pull request has been automatically rebased to 6.0-dev.
Title |
|
This is continuous pr for 45106 to solve the issue #37841 .