mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Merge remote-tracking branch 'origin/support/2.5'
# Conflicts: # application/utils.inc.php
This commit is contained in:
@@ -1163,7 +1163,7 @@ class ObjectFormManager extends FormManager
|
||||
}
|
||||
elseif ($oAttDef->GetEditClass() === 'CustomFields')
|
||||
{
|
||||
if (isset($value['template_data']) && $value['template_data'] !== '')
|
||||
if (!empty($value['template_data']) && !empty($value['user_data']))
|
||||
{
|
||||
$this->oObject->Set($sAttCode, $value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user