Bug: regression in param conditional visibility evaluation, less robust now and breaks sbsars too
Hi, It seems the parameter conditional visibility evaluation has changed in recent Designer versions (less than a year I'd say, I am using 12.4.0 right now), it is now less robust/lenient. For example, the following expression: input["HasIdMap" ]==1 does not pass anymore because of the space between the last " and ] characters. This is breaking sbsars which have been tested and released with earlier Designer versions, the conditional visibility of their parameters is now not handled properly in recent versions. I would suggest to revisit the conditional expression handling, an extra space should not break it, think trim() function, thanks!