Skip to content

Commit b36b9cd

Browse files
committed
Do not pass Rows to search result page for DueIncidents widget
The $Rows defaults to $DefaultSummaryRows and is for dashboard pages. This change makes DueIncidents be more consistent with saved searches.
1 parent 369f05c commit b36b9cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

html/RTIR/Elements/DueIncidents

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ $Rows = $session{'CurrentUser'}->UserObj->Preferences(
7777
my $QueryString = $m->comp('/Elements/QueryString',
7878
Query => $Query,
7979
Format => $Format,
80-
Rows => $Rows,
8180
Page => $Page,
8281
OrderBy => $OrderBy,
8382
Order => $Order,

0 commit comments

Comments
 (0)