N°962: TagSet Fix Attribute definition

SVN:b931[6028]
This commit is contained in:
Eric Espié
2018-08-28 14:16:01 +00:00
committed by Pierre Goiffon
parent d40ffd944f
commit cd2ea3793e
7 changed files with 15 additions and 5 deletions

View File

@@ -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");