提交 92a3fdcb 编写于 作者: S serge-rider

Grouping panel - remove attr fix

上级 6a0ee014
......@@ -206,10 +206,10 @@ public class GroupingResultsContainer implements IResultSetContainer {
public void setGrouping(List<String> attributes, List<String> functions) {
groupAttributes.clear();
groupAttributes.addAll(attributes);
addGroupingAttributes(attributes);
groupFunctions.clear();
groupFunctions.addAll(functions);
addGroupingFunctions(functions);
resetDataFilters();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册