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:
@@ -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
|
//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();
|
$oPluginRegistry = & PMPluginRegistry::getSingleton();
|
||||||
$activePluginsForTaskProperties = $oPluginRegistry->getTaskExtendedProperties();
|
$activePluginsForTaskProperties = $oPluginRegistry->getTaskExtendedProperties();
|
||||||
$oPM->taskOptions = array();
|
|
||||||
foreach ($activePluginsForTaskProperties as $key => $taskPropertiesInfo) {
|
foreach ($activePluginsForTaskProperties as $key => $taskPropertiesInfo) {
|
||||||
$id = $taskPropertiesInfo->sNamespace . "--" . $taskPropertiesInfo->sName;
|
$id = $taskPropertiesInfo->sNamespace . "--" . $taskPropertiesInfo->sName;
|
||||||
if ($id == $iForm) {
|
if ($id == $iForm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user