mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
HOTFIX: fix to parent dashboard widgets
This commit is contained in:
@ -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 //
|
||||||
|
Reference in New Issue
Block a user