Merged in bugfix/PMC-141 (pull request #6860)
PMC-141 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
e4b2c997ed
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
use ProcessMaker\Plugins\PluginRegistry;
|
use ProcessMaker\Plugins\PluginRegistry;
|
||||||
use ProcessMaker\Exception\RBACException;
|
use ProcessMaker\Exception\RBACException;
|
||||||
|
use ProcessMaker\Util\DateTime;
|
||||||
|
|
||||||
$req = (isset($_REQUEST['request']) ? $_REQUEST['request'] : '');
|
$req = (isset($_REQUEST['request']) ? $_REQUEST['request'] : '');
|
||||||
|
|
||||||
@@ -131,6 +132,7 @@ switch ($req) {
|
|||||||
while ($result->next()) {
|
while ($result->next()) {
|
||||||
$row = $result->getRow();
|
$row = $result->getRow();
|
||||||
$row['APP_MSG_STATUS'] = ucfirst($row['APP_MSG_STATUS']);
|
$row['APP_MSG_STATUS'] = ucfirst($row['APP_MSG_STATUS']);
|
||||||
|
$row['APP_MSG_DATE'] = DateTime::convertUtcToTimeZone($row['APP_MSG_DATE']);
|
||||||
|
|
||||||
switch ($filterBy) {
|
switch ($filterBy) {
|
||||||
case 'CASES':
|
case 'CASES':
|
||||||
|
|||||||
Reference in New Issue
Block a user