oroinc / crm

Main OroCRM package with core functionality.
Other
649 stars 212 forks source link

Wrong var on ContactBundle datagrid #360

Open dainiusgliebus opened 3 years ago

dainiusgliebus commented 3 years ago

Summary
Lastname filters firstname

Steps to reproduce
crm/src/Oro/Bundle/ContactBundle/Resources/config/oro/datagrids.yml

contact-group-contacts-grid: filters: columns: hasGroup: data_name: hasGroup type: boolean firstName: type: string data_name: c.firstName lastName: type: string data_name: c.firstName <<<<----- c.lastName

branches -> master, crm 4.2

anyt commented 3 years ago

Thank you for the report, @dainiusgliebus. Internal ticket id #BB-20528.