-
Notifications
You must be signed in to change notification settings - Fork 114
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
Inlines problem #9
Comments
I've seen that it returns that error only for new inlines. because inlines.js doesn't replace this piece of code prefix |
Thank you for the bug report. I haven't tried using file browser fields in inlines so I'm afraid I can't help much. Sounds like it would also be an issue for upstream. |
I just ran into this and made a quick fix by modifying inlines.js and including it in the page after the original django version. add this bit starting at line 78.
|
great, send me a patch or pull request and I'll include it |
Hi, I have commited a fix (for tabular inlines only at the moment). |
When I try to use a filebrowser in inlines inside admin, it doesn't catch the correct id for the field, because it leaves prefix in the id instead replacing the number of the inline.
The text was updated successfully, but these errors were encountered: