mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
N°6384 - Flag LinkedSet (Indirect) when CheckToWrite must be requested to Hosted Object
This commit is contained in:
@@ -1726,6 +1726,15 @@ class AttributeLinkedSet extends AttributeDefinition
|
||||
return $sDisplayStyle;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool true if host object has constraints
|
||||
* @since 3.1.0 N°6228
|
||||
*/
|
||||
public function GetHasConstraint()
|
||||
{
|
||||
return $this->GetOptional('with_constrain', false);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return boolean
|
||||
* @since 3.1.0 N°5563
|
||||
|
||||
Reference in New Issue
Block a user