rbeckman-nextgen / test-mc5

0 stars 0 forks source link

HL7 Message Builder should not automatically add '.text()[0]' to mappings #8

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

When creating mappings in the HL7 message builder (outgoing channels) the mapping field automatically gets '.text()[0]' added. This is the valid syntax for variables from a database call (msg[]), however it breaks access to the globalMap.

The proper behavior would be to add .text()[0] to the dragged database variable (such that the wrapping would be msg['VARNAME'].text()[0]).

Imported Issue. Original Details: Jira Issue Key: MIRTH-24 Reporter: chrisl Created: 2006-09-11T04:39:53.000-0700

rbeckman-nextgen commented 4 years ago

Fixed in 1.2.0a branch, need to merge to trunk

Imported Comment. Original Details: Author: chrisl Created: 2006-10-03T11:59:01.000-0700