From 8a300a90b83c4d1bd188ea9d560abe6f8ac8c35a Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Fri, 17 Mar 2023 10:18:31 -0500 Subject: [PATCH] HOTFIX: fix to parent dashboard widgets --- src/qqq/components/widgets/DashboardWidgets.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/qqq/components/widgets/DashboardWidgets.tsx b/src/qqq/components/widgets/DashboardWidgets.tsx index c3d883e..77c73da 100644 --- a/src/qqq/components/widgets/DashboardWidgets.tsx +++ b/src/qqq/components/widgets/DashboardWidgets.tsx @@ -135,6 +135,11 @@ function DashboardWidgets({widgetMetaDataList, tableName, entityPrimaryKey, omit params += `${ampersand}${extraParams}`; ampersand = "&"; } + if(childUrlParams) + { + params += `${ampersand}${childUrlParams}`; + ampersand = "&"; + } ///////////////////////////////////////////////////////////////////////////// // see if local storage is used for any widget dropdowns, if so, look them //