mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Maintaining filter after postback, and fixing pager text with no results
--HG-- branch : dev extra : transplant_source : %9D%83U%F6%AE%DCpT%D1%10%60%E3%5D%3D%89n%C2%60Qa
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Orchard.Users.Controllers {
|
||||
break;
|
||||
}
|
||||
|
||||
return RedirectToAction("Index");
|
||||
return Index(viewModel.Options, new PagerParameters());
|
||||
}
|
||||
|
||||
public ActionResult Create() {
|
||||
|
Reference in New Issue
Block a user