mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 21:30:45 +00:00
update to let you pass a filter to a process; fix count to use filter
This commit is contained in:
@ -61,9 +61,9 @@ class QClient
|
||||
});
|
||||
}
|
||||
|
||||
public static count(tableName: string)
|
||||
public static count(tableName: string, filter: QQueryFilter)
|
||||
{
|
||||
return this.getInstance().count(tableName);
|
||||
return this.getInstance().count(tableName, filter);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user