I discovered that the feature introduced by #281 does not respect whether any of the instances in that group have .data['optional'] set to False, ie "mandatory" or "non-optional" instances, which I had introduced support for as of version 1.7.4.
Toggling should not fail, but it should skip the non-optional Instances from being toggled.
I discovered that the feature introduced by #281 does not respect whether any of the instances in that group have
.data['optional']
set toFalse
, ie "mandatory" or "non-optional" instances, which I had introduced support for as of version 1.7.4.Toggling should not fail, but it should skip the non-optional Instances from being toggled.