BUG 8369 Problem when using the new editor for PM Tables ... SOLVED
- There is a major problem when using the new editor for PM Tables with Database Connections, if you choose a database connection (anything you have created as a Database Connection in process designer). - Fix-bug and Addition of session variable in the different connections PMTables(Victor).
This commit is contained in:
@@ -109,6 +109,9 @@ class pmTablesProxy extends HttpProxyController
|
||||
*/
|
||||
public function getDbConnectionsList()
|
||||
{
|
||||
if (! isset($_SESSION['PROCESS'])) {
|
||||
$_SESSION['PROCESS'] = $_POST['PRO_UID'];
|
||||
}
|
||||
G::LoadClass ( 'dbConnections');
|
||||
$proUid = $_POST['PRO_UID'];
|
||||
$dbConn = new DbConnections();
|
||||
|
||||
Reference in New Issue
Block a user