bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Error in Combo grouping after updating to 6.1.0 #10309

Open marciogurka opened 1 week ago

marciogurka commented 1 week ago

Forum post

" I managed to reproduce the issue by modifying a little bit your example for grouped list: Core.widget.Combo

As you see on the print screen grouping is no longer working:

Screenshot 2024-11-06 at 17 05 07

Error happens because field string: '_tpg_dept_value@OData.Community.Display.V1.FormattedValue' contains '.' character. This was working in older versions and this bug is introduced in the version 6.1.0

It would be very important for us if you could fix this because we are using this as a part of ResourcePicker where we override Ajax store to fetch the date from dataverse. There is no option for me to rename fields that are returned from the dataverse in the query. "

Demo with the issue: https://codepen.io/marciogurka/pen/oNKaLyY

isglass commented 1 week ago

Will be fixed by https://github.com/bryntum/support/issues/10168

isglass commented 1 week ago

The fields will have to be configured with complexMapping: false (when fix is released)