I’ve tested this and it doesn’t work (i.e. it seemed to ignore the second & subsequent when__
I was aiming to post this a few days ago, then decided that I had a reasonable enough workaround in my specific case by using is_set and when_boolean
An AND will be better, but still won’t be general, in my case I needed an OR.
I've tested this and it *doesn't* work (i.e. it seemed to ignore the second
& subsequent when__
I was aiming to post this a few days ago, then decided that I had a
reasonable enough workaround in my specific case by using is_set and
when_boolean
Yeah, we know it doesn't work -- that's what we were saying earlier.
If you need an or, I'd just go with the "only_if" in that case. The
"and" seems like it would
be the "do what I mean" case at least for 80% of everyone out there.