PM-2355 "Al modificar un Intemediate..." SOLVED
> Code Isuue: Al modificar un Intemediate send message event y grabar sale un mensaje de error > Solution: Al configurar la propiedad de un message event y guardar la configuracion ya no muestra el error.
This commit is contained in:
@@ -154,7 +154,7 @@ class pmDynaform
|
||||
array_push($json->options, $option);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
if (isset($json->options[0])) {
|
||||
@@ -256,7 +256,7 @@ class pmDynaform
|
||||
return $this->record != null && $this->record["DYN_VERSION"] == 2 ? true : false;
|
||||
}
|
||||
|
||||
public function printViewWithoutSubmit()
|
||||
public function printTracker()
|
||||
{
|
||||
ob_clean();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user