fhir-sdc icon indicating copy to clipboard operation
fhir-sdc copied to clipboard

Don't pass launchContext to $extract

Open ruscoder opened this issue 4 years ago • 0 comments

Introduce feature-flag PASS_LAUNCH_CONTEXT_TO_EXTRACT (default to False). Show warning if this flag is set to True.

That enable the current behaviour that was introduces as part of https://github.com/beda-software/aidbox-sdc/commit/b0bb3838f59b880a2c0720a55bbf2dcc7584b030

By default this feature should be turned off because it can lead to potential bugs connected to changeable data during extract at a different time (e.g. the client saved QR but extract was delayed by bug or something else, and when we run extract again - it can give not expected results)

ruscoder avatar Mar 25 '21 09:03 ruscoder