mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
#1111 Could not attach a UserRequest to a Problem (1-N links). Could not detach either! This fix requires attention: it is assumed that an item of a link set, if it is "modified" then its key to the current object has already been set.
SVN:trunk[3693]
This commit is contained in:
@@ -1135,7 +1135,7 @@ class AttributeLinkedSet extends AttributeDefinition
|
||||
}
|
||||
|
||||
// Both values are Object sets
|
||||
return $val1->HasSameContents($val2, array($this->GetExtKeyToMe()));
|
||||
return $val1->HasSameContents($val2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user