PM-877 Al verificar la instalacion de plugin en el tab 'Action By Email' de un task se muestra un mensaje de advertencia SOLVED

This commit is contained in:
Julio Cesar Laura
2014-11-07 09:47:05 -04:00
parent 3d394a3ad7
commit c27d7288f5

View File

@@ -1466,7 +1466,6 @@ class processMap
//if the $iForm is not one of the defaults then search under Plugins for an extended property. By JHL Jan 18, 2011
$oPluginRegistry = & PMPluginRegistry::getSingleton();
$activePluginsForTaskProperties = $oPluginRegistry->getTaskExtendedProperties();
$oPM->taskOptions = array();
foreach ($activePluginsForTaskProperties as $key => $taskPropertiesInfo) {
$id = $taskPropertiesInfo->sNamespace . "--" . $taskPropertiesInfo->sName;
if ($id == $iForm) {