mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
✅ Test that any kind of attribute can be written and read, both directly and through an external field
This commit is contained in:
@@ -11315,6 +11315,10 @@ class AttributeEnumSet extends AttributeSet
|
||||
}
|
||||
return $aValues;
|
||||
}
|
||||
public function Equals($val1, $val2)
|
||||
{
|
||||
return $val1->Equals($val2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user