Skip to content

Commit 81295a0

Browse files
author
minjk-bl
committed
subset condition generating code bug fixed
1 parent f486db2 commit 81295a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/vpSubsetEditor.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,6 +2189,10 @@ define([
21892189
}
21902190
useCondition = true;
21912191
}
2192+
2193+
if (rowSelection.toString() == '') {
2194+
rowSelection.append(':');
2195+
}
21922196
} else if (this.state.rowType == 'timestamp') {
21932197
var tsIndexing = $(this.wrapSelector('.' + VP_DS_INDEXING_TIMESTAMP)).val();
21942198
if (tsIndexing != '') {

0 commit comments

Comments
 (0)