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

Unable to translate records with same foreign keys #92

Open
abdulrehmansohail opened this issue Jan 30, 2023 · 0 comments
Open

Unable to translate records with same foreign keys #92

abdulrehmansohail opened this issue Jan 30, 2023 · 0 comments

Comments

@abdulrehmansohail
Copy link

Describe the bug
I am trying to translate related fields of a model. but it only translated the first record and skipped the ones which are repeating.

To Reproduce

  1. create a model of Department with fields, department_name and their respective translations
  2. Create a model of employee with foreign key of department
  3. create multiple employees with same department and translate them
  4. you can see issue

Expected behavior
It should translate all the department names

Screenshots
It should translate both the records with 430000000001 number

image

Desktop (please complete the following information):

  • OS: Ubuntu 2020.04
  • Browser chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant