THINK LIKE A USER NOT A DEVELOPER
Click "add module to the dashboard"
Search for Action
click Action Logs -Latest
(you can't save but thats another issue being dealt with else where) #33630
Close modal
hard refresh the page.
Click "add module to the dashboard"
THINK LIKE A USER NOT A DEVELOPER
Search is empty ready to be used again. All available module types are shown.
THINK LIKE A USER NOT A DEVELOPER
"As an admin, I have just added the action logs module to the dashboard, and the reason I have clicked "add module to the dashboard" again is to add a different module to the dashboard but first I find I need to delete what I searched for before... which is a pain.. "
THINK LIKE A USER NOT A DEVELOPER
Labels |
Added:
?
|
Title |
|
THINK LIKE A USER NOT A DEVELOPER ;)
I dont think it makes sense with the way it will actually be used.
It was added by @nikosdion in #29463
The search string is stored in the browser's session storage. This means that subsequent opens of the same URL in the same tab and window will remember your search. If you close the tab the saved search string goes away.
doesn't sound like what we really really want here though.
Depends on the scenario. If your filter had produced multiple results you would want to return to the same filtered list to try the other modules. its the same with filtering everywhere else. Just seemed particularly odd to you as you had a filter result with just one match
For me this is working as intended and desired.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-08 22:15:23 |
Closed_By | ⇒ | PhilETaylor |
No worries -
It seems that this was intended:
joomla-cms/build/media_source/com_modules/js/admin-module-search.es6.js
Lines 98 to 108 in ddc1380