Skip to content

Commit

Permalink
fix: BBjGridExWidget.getAsJsonObject should not use getPivotMode() ge…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
hyyan committed Jul 2, 2019
1 parent 4271079 commit 465634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ class public BBjGridExWidget extends BBjWidget implements BBjGridExWidgetColumns
options!.addProperty("groupRemoveLowestSingleChildren",#getGroupRemoveLowestSingleChildren().booleanValue(), err=*next)
options!.addProperty("groupHideOpenParents",#getGroupHideOpenParents().booleanValue(), err=*next)
options!.addProperty("rowGroupPanelShow",#getRowGroupPanelShow() , err=*next)
options!.addProperty("pivotMode",#getPivotMode().booleanValue(), err=*next)
options!.addProperty("pivotMode",#PivotMode!.booleanValue(), err=*next)
options!.addProperty("rowGroupPanelShow",#getPivotPanelShow(), err=*next)
options!.addProperty("rememberGroupStateWhenNewData",#getRememberGroupStateWhenNewData().booleanValue(), err=*next)
options!.addProperty("suppressAggFuncInHeader",#getSuppressAggFuncInHeader().booleanValue(), err=*next)
Expand Down

0 comments on commit 465634e

Please sign in to comment.