#17340: Fixing users list refresh on bulk actions

Work Items: 17340

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-28 16:25:11 -07:00
parent 71631d3ef5
commit 3e58074473
3 changed files with 460 additions and 370 deletions

View File

@@ -143,7 +143,7 @@ namespace Orchard.Users.Controllers {
break;
}
return Index(viewModel.Options, new PagerParameters());
return RedirectToAction("Index", ControllerContext.RouteData.Values);
}
public ActionResult Create() {