mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
N°962: TagSet Fix Attribute definition
SVN:b931[6028]
This commit is contained in:
committed by
Pierre Goiffon
parent
d40ffd944f
commit
cd2ea3793e
@@ -5932,7 +5932,7 @@ class AttributeTagSet extends AttributeString
|
||||
*/
|
||||
public function MakeRealValue($proposedValue, $oHostObj)
|
||||
{
|
||||
$oTagSet = new ormTagSet($this->GetHostClass(), $this->GetCode());
|
||||
$oTagSet = new ormTagSet(MetaModel::GetAttributeOrigin($this->GetHostClass(), $this->GetCode()), $this->GetCode());
|
||||
if (is_string($proposedValue) && !empty($proposedValue))
|
||||
{
|
||||
$aTagCodes = explode(' ', "$proposedValue");
|
||||
|
||||
Reference in New Issue
Block a user