template has 2 bool variables. var1 i var3.
As long as var3 is true template has to complete sucesfully.
1st case:
default variables set in template
var1: false
var3: true
not changing values in ZennoPoster
template completes succesfully - as expected
2nd case:
default variables
var1: true
var3: true
changing var 1 to false from ZennoPoster (right click -> settings). so result should be the same as in first case.
template fails - looks like var1 is somehow affecting var3.
Посмотреть вложение bug2.xmlz
I'm using 4.3.0, but clients reported same behavior from 4.2.5 to 4.3.7.1
As long as var3 is true template has to complete sucesfully.
1st case:
default variables set in template
var1: false
var3: true
not changing values in ZennoPoster
template completes succesfully - as expected
2nd case:
default variables
var1: true
var3: true
changing var 1 to false from ZennoPoster (right click -> settings). so result should be the same as in first case.
template fails - looks like var1 is somehow affecting var3.
Посмотреть вложение bug2.xmlz
I'm using 4.3.0, but clients reported same behavior from 4.2.5 to 4.3.7.1