HOR-4415 PHP Fatal error: Call to undefined method stdClass::equalCronFileTo()
- Add field PLUGIN_CRON_FILES in table PLUGINS_REGISTRY and fix external step in running cases
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
d47e63e509
commit
babe2c5a55
@@ -803,7 +803,7 @@ class ProcessMap
|
||||
if ($val->equalStepIdTo($aRow['STEP_UID_OBJ'])) {
|
||||
$sTitle = $val->getStepTitle();
|
||||
if (trim($val->getSetupStepPage()) != '') {
|
||||
$urlEdit = "externalStepEdit('" . $aRow['STEP_UID'] . "', '" . $val->sSetupStepPage . "');";
|
||||
$urlEdit = "externalStepEdit('" . $aRow['STEP_UID'] . "', '" . $val->getSetupStepPage() . "');";
|
||||
$linkEditValue = 'Edit';
|
||||
} else {
|
||||
$urlEdit = "";
|
||||
|
||||
Reference in New Issue
Block a user