Skip to content
Snippets Groups Projects
Unverified Commit 357f27fe authored by Shinsuke Sugaya's avatar Shinsuke Sugaya Committed by GitHub
Browse files

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

fix labeltype and keymatch
parents 30689f01 da6442f1
Branches
Tags
Loading
...@@ -108,6 +108,9 @@ ...@@ -108,6 +108,9 @@
</ul> </ul>
</div> </div>
</div> </div>
<c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
<script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
</c:if>
</c:if> </c:if>
</div> </div>
<!-- /.box-body --> <!-- /.box-body -->
......
...@@ -106,6 +106,9 @@ ...@@ -106,6 +106,9 @@
</ul> </ul>
</div> </div>
</div> </div>
<c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
<script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>
</c:if>
</c:if> </c:if>
</div> </div>
<!-- /.box-body --> <!-- /.box-body -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment