Skip to content

Commit 79524a2

Browse files
committed
edit
1 parent 9bf0638 commit 79524a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/usf/jquery/web/RequestEntryChain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private Optional<ViewResource> chainColumnOperations(ViewDecorator vd, QueryCont
298298
if(!r.isFilter()) { // !criteria & !comparator
299299
var e = r.entry.next;
300300
while(nonNull(e)) { //chain until !operator
301-
var res = lookupOperator(value);
301+
var res = lookupOperator(e.value);
302302
if(res.isEmpty()) {
303303
break;
304304
}

0 commit comments

Comments
 (0)