PM-2139 0017111: Change error message when deleting variable. Use DynaForm name, not its UID.

Causa : Definida asi en su construccion.
Solucion : Se definio nuevos parametros de retorno cuando el endpoint hacia la llamada.
This commit is contained in:
dheeyi
2015-04-08 12:33:23 -04:00
parent 75ecaa9fcb
commit 5cb68bc738
2 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,14 @@ class pmDynaform
}
}
public function getDynaformTitle($idDynaform)
{
$d = new Dynaform();
$d->setDynUid($idDynaform);
$titleDynaform = $d->getDynTitle();
return $titleDynaform;
}
public function getDynaform()
{
if (!isset($this->fields["CURRENT_DYNAFORM"])) {