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

Alias doesn't work with ForeignKey / Raw ID widget / selection pop-ups #246

Open
krmax44 opened this issue Aug 22, 2024 · 1 comment
Open

Comments

@krmax44
Copy link

krmax44 commented Aug 22, 2024

I have a model that has a foreign key to an alias and a Raw ID widget in my admin panel. When I click on the lens icon to select an alias, I can't select anything in the popup window. Usually, each row would be a link and clicking that would insert the id into the field.

image

But there is no link:

image

@fsbraun
Copy link
Sponsor Member

fsbraun commented Aug 24, 2024

@krmax44 Indeed, that is correct. I suggest using an autocomplete field instead.

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

2 participants