Skip to content

fixes BUG-54265 Cannot filter P&E grids by a field in descending criteria

In the following cases the sortBy property was not being identified properly as a property that references to a grid field:

  1. When sorting descending, because the sortBy property starts with "-"
  2. When sorting by a display field of a grid field and the name of that display field is not included in the datasource fields. This is the case of some special property fields (product characteristic property fields)

Merge request reports