Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nguyen committed Oct 22, 2024
1 parent ee7a63e commit b007043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public override bool IsServerDelegatable(CallNode callNode, TexlBinding binding)
if (dataSource != null && dataSource.DelegationMetadata != null)
{
var metadata = dataSource.DelegationMetadata.FilterDelegationMetadata;
if (!IsValidDelegatableFilterPredicateNode(args[1], binding, metadata, false))
if (!IsValidDelegatableFilterPredicateNode(args[1], binding, metadata, false, false))
{
return false;
}
Expand Down

0 comments on commit b007043

Please sign in to comment.