Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@Honeyxilia
Copy link

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.

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.
Copy link
Member

@fcayre fcayre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review + functional test OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants