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 //