raw_id_admin problem
I have ForeignKey field with raw_id_admin=True which references ProductVariation object. In admin when I'm selecting ProductVariation object from popup window, ProductVariation edit windows is opened instead of copying ProductVariation id into ForeignKey field of opener window. In JS console window of my Firefox I see following record:
Error: missing ) after argument list
in
opener.dismissRelatedLookupPopup(window, 621L); return false;
Change History
(2)
priority: |
high → normal
|
Severity: |
major → normal
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
(In [2844]) Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and database backend that returns integers as long ints