Rename constants according to @steffunky 's advice (better DX)

This commit is contained in:
Molkobain
2021-02-19 18:35:20 +01:00
parent ea502e9c81
commit 5e21ec03cd
5 changed files with 36 additions and 14 deletions

View File

@@ -544,11 +544,11 @@ EOF
{
continue;
}
$oPage->AddAjaxTab($oAttDef->GetLabel(),
$oPage->AddAjaxTab($oAttDef->GetLabel(),
utils::GetAbsoluteUrlAppRoot().'pages/ajax.render.php?operation=dashboard&class='.get_class($this).'&id='.$this->GetKey().'&attcode='.$oAttDef->GetCode(),
true,
'Class:'.$sClass.'/Attribute:'.$sAttCode,
AjaxTab::ENUM_TAB_PLACEHOLDER_REL_PATH_DASHBOARD);
AjaxTab::ENUM_TAB_PLACEHOLDER_DASHBOARD);
continue;
}