mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
#704: preserve the content of a "linkedset" when changing the initial state of the object being created !
SVN:trunk[2737]
This commit is contained in:
@@ -4464,7 +4464,7 @@ class AttributeComputedFieldVoid extends AttributeDefinition
|
||||
public function GetEditClass() {return "";}
|
||||
|
||||
public function GetValuesDef() {return null;}
|
||||
public function GetPrerequisiteAttributes() {return $this->Get("depends_on");}
|
||||
public function GetPrerequisiteAttributes() {return $this->GetOptional("depends_on", array());}
|
||||
|
||||
public function IsDirectField() {return true;}
|
||||
public function IsScalar() {return true;}
|
||||
|
||||
Reference in New Issue
Block a user