From: pablozg Date: Thu, 26 Apr 2018 19:15:52 +0000 (+0200) Subject: webui: Fix no all recordings are shown after enable grouping and travel between tabs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c637f037fc4f68a5736acabc560a8b7f5eae8110;p=thirdparty%2Ftvheadend.git webui: Fix no all recordings are shown after enable grouping and travel between tabs --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index c6e6725ee..b52804026 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -599,6 +599,11 @@ tvheadend.dvr_finished = function(panel, index) { function viewready(grid) { grid.abuttons['grouping'].setText(groupingText(!grid.store.groupField)); + if (grid.store.groupField){ + grid.bottomToolbar.pageSize = 999999999 // Select all rows + grid.bottomToolbar.changePage(0); + grid.store.reload(); + } } tvheadend.idnode_grid(panel, {