oroinc / crm

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

Bug: Adding a 'region' select field to contact cause the datagrid to stop working #269

Open sadortun opened 7 years ago

sadortun commented 7 years ago

Hi Oro Team,

Tested on demo.orocrm.com

When adding a region select field in the Contact Entity. The Contact datagrid no longer display.

How to reproduce

Add the following image

Then update schema

Result

image

Logs

On my dev station, the following is outputed in the logs :

Getting grid data failed.
Context: { "exception": "Exception(Doctrine\\ORM\\Query\\QueryException): [Semantical Error] line 0, col 1503 near 'region LEFT JOIN': Error: 'region' is already defined." }

Additional informations:

Deleting the field from the entity manager, allow the contacts to display correctly

mkudelya commented 7 years ago

Hi @sadortun

Thank you for reporting the issue!