Django

Code

Ticket #1699 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

raw_id_admin problem

Reported by: anonymous Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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;

Attachments

Change History

04/28/06 20:03:55 changed by adrian

  • priority changed from high to normal.
  • severity changed from major to normal.

05/04/06 22:24:43 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [2844]) Fixed #1699 -- Fixed JavaScript? error in admin site with raw_id_admin and database backend that returns integers as long ints


Add/Change #1699 (raw_id_admin problem)




Change Properties
Action