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

Incorrect display of relational field #2963

Closed
gtllien opened this issue Sep 17, 2024 · 2 comments
Closed

Incorrect display of relational field #2963

gtllien opened this issue Sep 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gtllien
Copy link

gtllien commented Sep 17, 2024

Describe the bug
Use-case from customer:
We are seeing wrong field value on one-one relational field in model list view.
For HomeBase instance, for 'Services by Price' model we have 1-1 relation of services where we select service based on title as follows.
When we see in list view it should show Service Title in column and not ID , even if IDs being shown those should not be from meta fields.

Please see below screenshots:

Value of ID from meta title in 1-1 relational model(this should be title):
image (15)

What we have selected as relation field ( Service Title):
image (16)

What is actual Id ( our custom field : id) and meta title (this value appears to be displayed in list instead of the Service Title)
image (17)

image (18)

Expected behavior
Relational field value selected should be displayed correctly

@gtllien gtllien added the bug Something isn't working label Sep 17, 2024
@agalin920
Copy link
Contributor

agalin920 commented Sep 25, 2024

@gtllien This is resolved by #2922

@finnar-bin
Copy link
Contributor

Fix should already be live in prod @gtllien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants