Modify ↓
Opened 10 years ago
Closed 10 years ago
#11918 closed enhancement (fixed)
Removing users redirects to AccountManager "Manage User Accounts" page
Reported by: | Ryan J Ollos | Owned by: | Dirk Stöcker |
---|---|---|---|
Priority: | normal | Milestone: | plugin - spam-filter |
Component: | plugin/spamfilter | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Removing a user using one of the Remove buttons on the /admin/spamfilter/user?mode=unused
page, I'm redirected back to /admin/accounts/users
. Is that intended? Usually I want to remove another user, so I'd prefer to return to the Spam Filtering: User handling page.
Also, any possibility of providing batch remove functionality from /admin/spamfilter/user?mode=unused
?
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added multi-select feature in r13677. First go to unused page and then you get a new menu point with a multiselect page.
Note:
See TracTickets
for help on using tickets.
Replying to rjollos:
It's not redirecting. It's calling the AccountManager feature and thus you later are at the page. The back button gets you back to spamfilter.
I'm thinking about it. Seems it is necessary, but I feared it may make errors to easy. I'll add an "are you sure" step to take care of that.