BUG 9553 Event setup duration unit of measure is not displayed SOLVED

- According to the specifications.
- Was add the opcion Days/hours for creating events.
This commit is contained in:
Marco Antonio Nina
2012-08-21 09:56:15 -04:00
parent 9c9fdb2532
commit 3635ca0076
13 changed files with 238 additions and 128 deletions

View File

@@ -82,6 +82,8 @@ class EventMapBuilder {
$tMap->addColumn('EVN_TAS_ESTIMATED_DURATION', 'EvnTasEstimatedDuration', 'double', CreoleTypes::DOUBLE, false, null);
$tMap->addColumn('EVN_TIME_UNIT', 'EvnTimeUnit', 'string', CreoleTypes::VARCHAR, true, 10);
$tMap->addColumn('EVN_WHEN', 'EvnWhen', 'double', CreoleTypes::DOUBLE, true, null);
$tMap->addColumn('EVN_MAX_ATTEMPTS', 'EvnMaxAttempts', 'int', CreoleTypes::TINYINT, true, null);