Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong var on ContactBundle datagrid #360

Open
dainiusgliebus opened this issue Feb 10, 2021 · 1 comment
Open

Wrong var on ContactBundle datagrid #360

dainiusgliebus opened this issue Feb 10, 2021 · 1 comment

Comments

@dainiusgliebus
Copy link

dainiusgliebus commented Feb 10, 2021

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
Copy link
Contributor

anyt commented Mar 29, 2021

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

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

No branches or pull requests

2 participants