Skip to content

fixed condition for lookup

dju requested to merge lookupDeployedAt into master

BugFix Merge Request

Related Issue

none

Description of Bug and Fix

the block for deployedConcept was always "". The parameters never got loaded because the condition checked for equalness to "" when it was undefined.


Merge request reports