PM-2288 "DesignerBPMN>CaseTracker: No se puede..." SOLVED

> Code Isuue:
  DesignerBPMN>CaseTracker: No se puede visualizar el estado que tiene el caso creado
> Solution:
  Se completa a la opcion "Where is My Case?" del case tracker para el seguimiento del caso.
This commit is contained in:
Luis Fernando Saisa Lopez
2015-05-06 16:28:05 -04:00
parent 464eb9a7ff
commit 0c523ed296
3 changed files with 51 additions and 7 deletions

View File

@@ -128,6 +128,11 @@ class Designer extends Controller
\ProcessMaker\Services\OAuth2\Server::setPmClientId($client['CLIENT_ID']);
$oauthServer = new \ProcessMaker\Services\OAuth2\Server();
if (!isset($_SESSION["USER_LOGGED"])) {
$_SESSION["USER_LOGGED"] = "00000000000000000000000000000001";
}
$userId = $_SESSION['USER_LOGGED'];
$authorize = true;
$_GET = array_merge($_GET, array(
@@ -151,4 +156,3 @@ class Designer extends Controller
return array('dsn' => $dsn, 'username' => DB_USER, 'password' => DB_PASS);
}
}