Skip to content

6.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 23:06
· 110 commits to master since this release
fb6ac09

Network Canvas Interviewer 6.4.2

This release contains a bugfix within networkQuery. We recommend all users running version 6.4.0 or above update.

Changelog:

  • Skip logic was not being evaluated properly when a value was an array with a single item (['F']), and the variableValue was that exact single item ('F'). This was returning false as these values are not the same.

  • This bug occurred in instances of skip logic configured with 'exactly' rules on categorical variables.

  • This now returns true. Values which are arrays containing a single item that exactly matches the variableValue are considered equal.