CE-2258: updated dashboard widgets with a forcereload when child record is removed

This commit is contained in:
Tim Chamberlain
2025-01-28 15:30:42 -06:00
parent 59fdc72455
commit 219458ec63

View File

@ -313,6 +313,7 @@ function DashboardWidgets({widgetMetaDataList, tableName, entityPrimaryKey, reco
function deleteChildRecord(name: string, widgetIndex: number, rowIndex: number)
{
updateChildRecordList(name, "delete", rowIndex);
forceUpdate();
actionCallback(widgetData[widgetIndex]);
};