Merge pull request #1781 from morishima-k/page-transition

fix labeltype and keymatch
This commit is contained in:
Shinsuke Sugaya 2018-07-24 13:05:09 +09:00 committed by GitHub
commit 357f27fe32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -108,6 +108,9 @@
</ul>
</div>
</div>
<c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
<script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
</c:if>
</c:if>
</div>
<!-- /.box-body -->

View file

@ -106,6 +106,9 @@
</ul>
</div>
</div>
<c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
<script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>
</c:if>
</c:if>
</div>
<!-- /.box-body -->