Closed antvaset closed 2 months ago
Formatting check succeeded!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.73%. Comparing base (
05c2bd3
) to head (917ea2c
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #1407.
Starting with version 1.5,
ValueSetRef
s need to havepreserve
set to true during translation so that ValueSetRefEvaluator does not expand them during execution. Currently, this is only applied to theValueSetRef
s that point to value sets from the same library and not when the value set comes from an included library (i.e. not whenValueSetRef
s are constructed from importedValueSetDef
s). The fix is to setValueSetRef.preserve
to true in both cases.