User tests: Successful: Unsuccessful:
Pull Request for Issue # .
See #33763 (comment) to understand the issue which this PR tries to solve. Basically, on Modules management screen, if you filter module by certain position which only has one module and you:
After doing the action, you will be redirected back to Modules management screen with no modules displayed and also, no position selected in the filter. You would think that it is confusing because you do not have anything in the filter, why there are no modules at all?
This PR just tries to fix that special case by make sure the selected/remember position will be available and selected in the dropdown so that you know the reason why there is no modules being displayed.
I'm unsure if it is really needed. But since it is reported and I see that the UI is confusing for this case, so I make a PR to address it anyway. I have no problem if this PR is rejected :)
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_modules |
I have tested this item
@joomdonation for a user this is really needed :-)
Status | Pending | ⇒ | Ready to Commit |
Thanks both :)
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-14 09:57:05 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
?
|
I have tested this item✅ successfully on 6de3d21
This PR resolves the UX issue.
The issue is caused by the concept of positions, which as such are not stored in the database but exist only as a name in com_modules.
While from a devlopers point of view, everything was correct, it was confusing for users.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33856.