Opened 6 years ago
Last modified 4 years ago
#30976 new enhancement
When selecting multiple plugins and performing deactivate, keep selected for next bulk action (if any)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | 4.2 |
Component: | Plugins | Keywords: | has-patch has-ux-feedback |
Focuses: | administration | Cc: |
Description
Attachments (2)
Change History (10)
#1
@
6 years ago
- Component changed from General to Plugins
- Keywords needs-patch dev-feedback added
- Severity changed from normal to minor
- Version set to trunk
This ticket was mentioned in Slack in #core by ashfame. View the logs.
6 years ago
#5
@
6 years ago
first_pass.30976.diff seems good, but we have to be careful to avoid creating too long URIs, like in #10762 or #29049.
#6
@
5 years ago
- Keywords ux-feedback added; dev-feedback removed
30976.diff is an updated patch against trunk that makes the current code more readable using functions like sprintf()
and checked()
. Just like the initial patch, the checkboxes are still checked after plugin activation and deactivation.
Still need to get used to that functionality. Perhaps it's not needed on plugin activation.
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
When bulk-deactivating multiple plugins I am usually aiming to delete them as well. In a long list it's a pain to re-select them over again to delete them.