this bug 6055 was solved, we are asking if a value was empty but it does not exist
This commit is contained in:
@@ -3014,7 +3014,7 @@ class Processes {
|
|||||||
$aRoutesUID = $this->createRouteRows($oData->routes);
|
$aRoutesUID = $this->createRouteRows($oData->routes);
|
||||||
$this->createLaneRows($oData->lanes);
|
$this->createLaneRows($oData->lanes);
|
||||||
|
|
||||||
if($oData->gateways == ''){
|
if(!isset($oData->gateways)){
|
||||||
//Adding gateway information while importing processes from older version
|
//Adding gateway information while importing processes from older version
|
||||||
//Making compatible with old export process
|
//Making compatible with old export process
|
||||||
$oRoutes = $oData->routes;
|
$oRoutes = $oData->routes;
|
||||||
|
|||||||
Reference in New Issue
Block a user