BUG 5285 I add field PRO_SUBPROCESS

I add field PRO_SUBPROCESS to start only in sub process
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-11 14:26:03 -04:00
parent b0e465ce91
commit 21b2f2b218
15 changed files with 171 additions and 85 deletions

View File

@@ -85,6 +85,8 @@ class ProcessMapBuilder
$tMap->addColumn('PRO_SHOW_MESSAGE', 'ProShowMessage', 'int', CreoleTypes::TINYINT, true, null);
$tMap->addColumn('PRO_SUBPROCESS', 'ProSubprocess', 'int', CreoleTypes::TINYINT, true, null);
$tMap->addColumn('PRO_SHOW_DELEGATE', 'ProShowDelegate', 'int', CreoleTypes::TINYINT, true, null);
$tMap->addColumn('PRO_SHOW_DYNAFORM', 'ProShowDynaform', 'int', CreoleTypes::TINYINT, true, null);