Skip to content
Snippets Groups Projects
Commit cb1db5de authored by Apparao G's avatar Apparao G
Browse files

#Fixes::158119577::yogeshwar::workflow task is not creating when given condition firstname as 0

parents 8eeba432 07885c96
No related branches found
No related tags found
1 merge request!960#Fixes::158119577::yogeshwar::workflow task is not creating when given condition firstname as 0
......@@ -360,7 +360,7 @@ class VTJsonCondition {
}
return false;
case "is not empty":
if(empty($fieldValue)) {
if(empty($fieldValue) && $fieldValue!=0) {
return false;
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment