MoK: Pagination-Bug behoben
This commit is contained in:
@@ -5126,7 +5126,7 @@
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
<WebProjectProperties>
|
||||
<UseIIS>False</UseIIS>
|
||||
<UseIIS>True</UseIIS>
|
||||
<AutoAssignPort>False</AutoAssignPort>
|
||||
<DevelopmentServerPort>8808</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
|
||||
@@ -106,7 +106,8 @@
|
||||
</li>
|
||||
}
|
||||
@{
|
||||
var nextButtonsClass = Model.CurrentPage == Model.ServiceRecordPageCount || Model.ServiceRecordPageCount < 6 ? "disabled" : string.Empty;
|
||||
//var nextButtonsClass = Model.CurrentPage == Model.ServiceRecordPageCount || Model.ServiceRecordPageCount < 6 ? "disabled" : string.Empty;
|
||||
var nextButtonsClass = Model.CurrentPage == Model.ServiceRecordPageCount ? "disabled" : string.Empty;
|
||||
}
|
||||
<li class="page-item @nextButtonsClass">
|
||||
<button type="button" class="page-link" tabindex="-1" onclick="goToServiceRecordListPage(@nextPage1)">
|
||||
|
||||
Reference in New Issue
Block a user