Skip to content

Commit

Permalink
Inconsisted fetchxml vs the actuall query. I fix it. Closed #752
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 6, 2023
1 parent 0baeac5 commit 13221aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FetchXmlBuilder/ControlsClasses/OperatorItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public string GetValue()

case ConditionOperator.UnderOrEqual:
return "eq-or-under";

case ConditionOperator.DoesNotContainValues:
return "not-contain-values";
}
var coname = oper.ToString();
if (coname.StartsWith("OlderThan"))
Expand Down

0 comments on commit 13221aa

Please sign in to comment.