HOTFIX: fix to parent dashboard widgets

This commit is contained in:
Tim Chamberlain
2023-03-17 10:18:31 -05:00
parent b0773cd22e
commit 8a300a90b8

View File

@ -135,6 +135,11 @@ function DashboardWidgets({widgetMetaDataList, tableName, entityPrimaryKey, omit
params += `${ampersand}${extraParams}`; params += `${ampersand}${extraParams}`;
ampersand = "&"; ampersand = "&";
} }
if(childUrlParams)
{
params += `${ampersand}${childUrlParams}`;
ampersand = "&";
}
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// see if local storage is used for any widget dropdowns, if so, look them // // see if local storage is used for any widget dropdowns, if so, look them //