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:
Luis Fernando Saisa Lopez
2015-04-20 17:33:41 -04:00
parent 06e66106ed
commit e2f2ffedbb
3 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ switch ($_GET['CTO_TYPE_OBJ']) {
$pmDynaForm = new pmDynaform($Fields);
if ($pmDynaForm->isResponsive()) {
$pmDynaForm->printViewWithoutSubmit();
$pmDynaForm->printTracker();
}
} else {
$G_PUBLISH = new Publisher();