mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
parent
2c99907054
commit
938f9ee311
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class ParentMapper implements TypeMapperInterface
|
|||
}
|
||||
|
||||
$relate['id'] = $parentId;
|
||||
$relate[$rName] = $bean->$name ?? '';
|
||||
$relate[$rName] = html_entity_decode($bean->$name ?? '', ENT_QUOTES);
|
||||
|
||||
$container[$newName] = $relate;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue