Booleans on query; getProcessSummaryListItemForTableRecordLink; better location-change on entity-view; better singular/plural words in processes

This commit is contained in:
2022-10-04 10:30:54 -05:00
parent 017111d183
commit 2ba9085883
7 changed files with 121 additions and 13 deletions

View File

@ -88,6 +88,13 @@ function ViewContents({id, table}: Props): JSX.Element
useEffect(() =>
{
setAsyncLoadInited(false);
setTableMetaData(null)
setRecord(null)
setT1SectionElement(null)
setNonT1TableSections([])
setTableProcesses([])
setTableSections(null)
setWidgets(null)
}, [location]);
if (!asyncLoadInited)