HOR-286 Adds filtering to processList search output.
This commit is contained in:
@@ -78,7 +78,7 @@ if (isset( $_POST['category'] ) && $_POST['category'] !== '<reset>') {
|
||||
}
|
||||
}
|
||||
$r = new stdclass();
|
||||
$r->memkey = $memkey;
|
||||
$r->memkey = htmlspecialchars($memkey);
|
||||
$r->memcache = $memcacheUsed;
|
||||
$r->data = \ProcessMaker\Util\DateTime::convertUtcToTimeZone($proData);
|
||||
$r->totalCount = $totalCount;
|
||||
|
||||
Reference in New Issue
Block a user