mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Customer portal : ExternalField form field was crashing due to a typo.
SVN:trunk[4202]
This commit is contained in:
@@ -4729,7 +4729,7 @@ class AttributeExternalField extends AttributeDefinition
|
||||
|
||||
// Note : As of today, this attribute is -by nature- only supported in readonly mode, not edition
|
||||
$sAttCode = $this->GetCode();
|
||||
$sAttCodeFriendlyname = $sAttCode .= '_friendlyname';
|
||||
$sAttCodeFriendlyname = $sAttCode . '_friendlyname';
|
||||
if ($this->IsExternalKey(EXTKEY_ABSOLUTE) && MetaModel::IsValidAttCode(get_class($oObject), $sAttCodeFriendlyname))
|
||||
{
|
||||
$sAttCode = $sAttCodeFriendlyname;
|
||||
|
||||
Reference in New Issue
Block a user