some changes in projects opening methods in User Interface.

- An menu option "open with classic editor" was added to open new bpmn projects into classic editor
This commit is contained in:
Erik Amaru Ortiz
2014-03-06 17:41:39 -04:00
parent f46be88c81
commit 4eed9dfc48
3 changed files with 29 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ class Designer extends Controller
*/
public function index($httpData)
{
$proUid = isset($httpData->pro_uid) ? $httpData->pro_uid : '';
$proUid = isset($httpData->prj_uid) ? $httpData->prj_uid : '';
$client = $this->getClientCredentials();
$authCode = $this->getAuthorizationCode($client);