Merged in bugfix/PMCORE-4008 (pull request #8597)

PMCORE-4008

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Luciana Nuñez
2022-09-29 15:02:19 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -37,6 +37,7 @@ use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log; use Illuminate\Support\Facades\Log;
use InputDocument; use InputDocument;
use InvalidIndexSearchTextException; use InvalidIndexSearchTextException;
use Luracast\Restler\RestException;
use PmDynaform; use PmDynaform;
use PmTable; use PmTable;
use ProcessMaker\BusinessModel\Cases as BmCases; use ProcessMaker\BusinessModel\Cases as BmCases;
@@ -57,6 +58,7 @@ use ProcessMaker\Model\Triggers;
use ProcessMaker\Model\ProcessUser; use ProcessMaker\Model\ProcessUser;
use ProcessMaker\Model\User; use ProcessMaker\Model\User;
use ProcessMaker\Plugins\PluginRegistry; use ProcessMaker\Plugins\PluginRegistry;
use ProcessMaker\Services\Api;
use ProcessMaker\Services\OAuth2\Server; use ProcessMaker\Services\OAuth2\Server;
use ProcessMaker\Util\DateTime as UtilDateTime; use ProcessMaker\Util\DateTime as UtilDateTime;
use ProcessMaker\Validation\ExceptionRestApi; use ProcessMaker\Validation\ExceptionRestApi;
@@ -2640,7 +2642,7 @@ class Cases
* @param string $typeView type of view * @param string $typeView type of view
* *
* @return array Return an array with process list that the user can start. * @return array Return an array with process list that the user can start.
* @throws Exception * @throws RestException
*/ */
public function getCasesListStarCase($usrUid, $typeView) public function getCasesListStarCase($usrUid, $typeView)
{ {