Skip to content
Snippets Groups Projects
Commit 07885c96 authored by yogeshwar's avatar yogeshwar
Browse files

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

parent 528bb567
No related branches found
No related tags found
No related merge requests found
...@@ -360,7 +360,7 @@ class VTJsonCondition { ...@@ -360,7 +360,7 @@ class VTJsonCondition {
} }
return false; return false;
case "is not empty": case "is not empty":
if(empty($fieldValue)) { if(empty($fieldValue) && $fieldValue!=0) {
return false; return false;
} }
return true; 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