mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08: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:
@@ -385,7 +385,7 @@ class ormSet
|
||||
*/
|
||||
public function Equals(ormSet $other)
|
||||
{
|
||||
return implode(', ', $this->GetValue()) === implode(', ', $other->GetValue());
|
||||
return implode(', ', $this->GetValues()) === implode(', ', $other->GetValues());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user