complexdatacollective / Architect

A tool that builds Network Canvas interviews.
http://www.networkcanvas.com
GNU General Public License v3.0
4 stars 4 forks source link

Fix/Skip logic Rule validation #809

Closed buckhalt closed 1 year ago

buckhalt commented 1 year ago

Skip logic section allowed skip logic to be configured with no rules. This caused the protocol to be invalid due to skip logic missing required property 'filter'.

This fix ensures that skip logic is configured with at least one rule by marking the field as required.

buckhalt commented 1 year ago

This branch also updates the interviewer reference to release 6.4.2 which fixes a bug where skip logic was not being evaluated properly. The bugfix is in networkQuery commit 60bd337.