mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-19 05:40:44 +00:00
Update to show user-facing process errors; add support for fields linked to records in other tables (adornment);
This commit is contained in:
@ -623,6 +623,7 @@ function EntityList({table}: Props): JSX.Element
|
||||
setTableState(tableName);
|
||||
setFiltersMenu(null);
|
||||
const metaData = await qController.loadMetaData();
|
||||
QValueUtils.qInstance = metaData;
|
||||
|
||||
setTableProcesses(QProcessUtils.getProcessesForTable(metaData, tableName));
|
||||
|
||||
|
Reference in New Issue
Block a user