Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
7.3, 7.3.1, 7.4
-
None
Description
Because of the following code, if resolvedDest is "body_
{EntityType}_s" and becomes "body_PERSON_s" by replacement, but once it is replaced, as placeholder ({EntityType}) is overwritten, the destination is always "body_PERSON_s".
resolvedDest = resolvedDest.replace(ENTITY_TYPE, entityType);