BUG 15412 "Advance Search Can't remove date..." SOLVED

- Unable to send notification when case is un paused
- Problema resuelto, se agrega un nuevo dropdown en Edit Process cuyo label es"Execute a trigger when a case is unpaused" y
  se agrega un nuevo campo "PRO_TRI_UNPAUSED" en la tabla "PROCESS". Cuando un caso esta en "Paused" y se quiere reanudar
  el caso aplicando "unpaused" se enviara la notificacion previa configuracion en Edit Process.

  Disponible para la version 2.8 de ProcessMaker.
This commit is contained in:
Luis Fernando Saisa Lopez
2014-08-20 13:20:08 -04:00
parent 4ddf43dbce
commit 9937328bc5
11 changed files with 174 additions and 84 deletions

View File

@@ -95,6 +95,8 @@ class ProcessMapBuilder
$tMap->addColumn('PRO_TRI_REASSIGNED', 'ProTriReassigned', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('PRO_TRI_UNPAUSED', 'ProTriUnpaused', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addColumn('PRO_SHOW_DELEGATE', 'ProShowDelegate', 'int', CreoleTypes::TINYINT, true, null);
$tMap->addColumn('PRO_SHOW_DYNAFORM', 'ProShowDynaform', 'int', CreoleTypes::TINYINT, true, null);