Commit 9bb05ad
committed
[FIX] web_group_by_percentage: Added exclusion of non-field columns
In some list/tree views, there are non-field columns, for instance buttons to handle an action on a group of lines.
Consequently, with this module installed, it's impossible to group lines in certain views, if the grouped view has a button,
as using isNumericColumn, which tries to access the column in the view's fields, throws an Exception.
As such, we exclude non-field columns from the computation of grouped columns percentages.1 parent f7de33e commit 9bb05ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments