File tree 1 file changed +2
-0
lines changed
modules/backend/behaviors
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -669,6 +669,7 @@ protected function makeViewWidget()
669
669
$ config ->showSorting = $ this ->getConfig ('view[showSorting] ' , true );
670
670
$ config ->defaultSort = $ this ->getConfig ('view[defaultSort] ' );
671
671
$ config ->recordsPerPage = $ this ->getConfig ('view[recordsPerPage] ' );
672
+ $ config ->showPageNumbers = $ this ->getConfig ('view[showPageNumbers] ' , false );
672
673
$ config ->showCheckboxes = $ this ->getConfig ('view[showCheckboxes] ' , !$ this ->readOnly );
673
674
$ config ->recordUrl = $ this ->getConfig ('view[recordUrl] ' );
674
675
$ config ->customViewPath = $ this ->getConfig ('view[customViewPath] ' );
@@ -820,6 +821,7 @@ protected function makeManageWidget()
820
821
$ config ->showSorting = $ this ->getConfig ('manage[showSorting] ' , !$ isPivot );
821
822
$ config ->defaultSort = $ this ->getConfig ('manage[defaultSort] ' );
822
823
$ config ->recordsPerPage = $ this ->getConfig ('manage[recordsPerPage] ' );
824
+ $ config ->showPageNumbers = $ this ->getConfig ('manage[showPageNumbers] ' , false );
823
825
$ config ->noRecordsMessage = $ this ->getConfig ('manage[noRecordsMessage] ' );
824
826
825
827
if ($ this ->viewMode === 'single ' ) {
You can’t perform that action at this time.
0 commit comments