Skip to content

Added missing InlineJavascriptRequirement

Matthijs van der Wild requested to merge hotfix_lotss_subtract into master

This MR adds enables support for Javascript-style expressions to the concatenation workflow.

The concatenation workflow uses conditional expressions, which require the InlineJavascriptRequirement. This requirement is currently missing, causing the workflow to fail at runtime.

Merge request reports