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

DataGrid editor doesn't take into account an entity attribute LookupType #1854

Closed
glebfox opened this issue Feb 5, 2019 · 4 comments
Closed
Assignees
Labels
state: fixed Fixed by the developer type: enhancement New feature or request ver: 7.1.0 Fixed in version
Milestone

Comments

@glebfox
Copy link
Member

glebfox commented Feb 5, 2019

Description of the bug or enhancement

  • Minimal reproducible example
  1. Create an entity with m-t-o association to an another entity
  2. Define the following for the association attribute
@Lookup(type = LookupType.DROPDOWN)
  1. Create a browser screen with DataGrid
  2. Make DataGrid editable
  3. Run the app, open the screen and open the DataGrid editor
  • Expected behavior

LookupField is created for the association attribute

  • Actual behavior

PickerField is created for the association attribute

@glebfox glebfox added this to the Release 7.1 milestone Feb 5, 2019
@glebfox glebfox self-assigned this Feb 5, 2019
@glebfox glebfox added the type: enhancement New feature or request label Feb 5, 2019
@knstvk knstvk assigned pribavkindenis and unassigned glebfox Apr 10, 2019
@haulmont-git haulmont-git added the ver: 7.1.0 Fixed in version label Apr 30, 2019
@natfirst natfirst assigned MikhailSilk and unassigned natfirst May 24, 2019
@MikhailSilk MikhailSilk added the state: fixed Fixed by the developer label May 31, 2019
@kgeis
Copy link

kgeis commented Oct 10, 2019

I'm seeing the same on Table.

@knstvk
Copy link
Member

knstvk commented Oct 10, 2019

I'm seeing the same on Table.

In what framework version?

@kgeis
Copy link

kgeis commented Oct 10, 2019

7.1. Sorry, I noticed after commenting that this is closed, and I should start a new issue.

@kgeis
Copy link

kgeis commented Oct 15, 2019

I found the relevant issue #490 related to Table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: fixed Fixed by the developer type: enhancement New feature or request ver: 7.1.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

7 participants