mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 21:32:14 +08:00
#17340: Fixing users list refresh on bulk actions
Work Items: 17340 --HG-- branch : 1.x
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Orchard.Users.Controllers {
|
||||
break;
|
||||
}
|
||||
|
||||
return Index(viewModel.Options, new PagerParameters());
|
||||
return RedirectToAction("Index", ControllerContext.RouteData.Values);
|
||||
}
|
||||
|
||||
public ActionResult Create() {
|
||||
|
||||
Reference in New Issue
Block a user