Automation HasPropertyGroupValue
PostPosted:Fri Mar 13, 2015 2:09 pm
Hi All!
I want to create an automation rule with the HasPropertyGroup validation, but it won't fired. I have the following property group:
Property: okp:megrendelo.megrendelve
Value: true
However i check the checkbox, the automation rule doesn't triggered. What did i wrong?
I want to create an automation rule with the HasPropertyGroup validation, but it won't fired. I have the following property group:
Code: Select all
My validation is: <property-group label="Megrendelő" name="okg:megrendelo">
<checkbox label="Megrendelve" name="okp:megrendelo.megrendelve"/>
<input label="Megrendelte" name="okp:megrendelo.megrendelte"/>
<textarea label="Megjegyzés" name="okp:megrendelo.megjegyzes"/>
</property-group>Property: okp:megrendelo.megrendelve
Value: true
However i check the checkbox, the automation rule doesn't triggered. What did i wrong?