#172: Retaining page size upon changing filter parameters.

This commit is contained in:
Sipke Schoorstra
2014-07-12 13:59:27 -07:00
parent d268eb6fbf
commit 14e8ff5e9b

View File

@@ -23,6 +23,7 @@
<button type="submit" class="filter-apply-button" value="yes">@T("Apply")</button>
</div>
</section>
<input type="hidden" name="pageSize" value="@Model.Pager.PageSize" />
}
<section class="audittrail-list-section">
@if (!Model.Records.Any()) {