mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
QQQ-21 update to hide hidden process
This commit is contained in:
@ -35,7 +35,7 @@ class QProcessUtils
|
|||||||
processKeys.forEach((key) =>
|
processKeys.forEach((key) =>
|
||||||
{
|
{
|
||||||
const process = metaData.processes.get(key);
|
const process = metaData.processes.get(key);
|
||||||
if (process.tableName === tableName)
|
if (!process.isHidden && process.tableName === tableName)
|
||||||
{
|
{
|
||||||
matchingProcesses.push(process);
|
matchingProcesses.push(process);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user