mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-567 Pass table name to init (for table-generic processes that might want it)
This commit is contained in:
@ -1147,6 +1147,11 @@ function ProcessRun({process, table, defaultProcessValues, isModal, isWidget, is
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(tableMetaData)
|
||||||
|
{
|
||||||
|
queryStringPairsForInit.push(`tableName=${tableMetaData.name}`)
|
||||||
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
const processResponse = await Client.getInstance().processInit(processName, queryStringPairsForInit.join("&"));
|
const processResponse = await Client.getInstance().processInit(processName, queryStringPairsForInit.join("&"));
|
||||||
|
Reference in New Issue
Block a user