PM-3915: Template dynamico de opciones en el actions by email Branch 3.0.1.x

This commit is contained in:
marcelo.cuiza
2015-11-23 15:15:57 -04:00
parent de8c0755c7
commit b22b55bbb4
8 changed files with 118 additions and 12 deletions

View File

@@ -61,6 +61,7 @@ class ActionsByEmail
$configuration['ABE_ACTION_FIELD'] = $configuration['ABE_ACTION_FIELD'];
$configuration['ABE_MAILSERVER_OR_MAILCURRENT'] = $configuration['ABE_MAILSERVER_OR_MAILCURRENT'];
$configuration['ABE_CASE_NOTE_IN_RESPONSE'] = $configuration['ABE_CASE_NOTE_IN_RESPONSE'] ? '["1"]' : '[]';
$configuration['ABE_CUSTOM_GRID'] = unserialize($configuration['ABE_CUSTOM_GRID']);
}
$configuration['feature'] = 'ActionsByEmail';
$configuration['prefix'] = 'abe';