From c27d7288f527c5107b4903f76468790d1ebf75db Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Fri, 7 Nov 2014 09:47:05 -0400 Subject: [PATCH] PM-877 Al verificar la instalacion de plugin en el tab 'Action By Email' de un task se muestra un mensaje de advertencia SOLVED --- workflow/engine/classes/class.processMap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/engine/classes/class.processMap.php b/workflow/engine/classes/class.processMap.php index d878e9f49..7be82a73a 100755 --- a/workflow/engine/classes/class.processMap.php +++ b/workflow/engine/classes/class.processMap.php @@ -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) {