google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

RelatedObjectLookups #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. RelatedObjectLookups not working when press on icon

Please provide any additional information below.

Problem in: RelatedObjectLookups.js
133. href = $(this).attr('href').replace('../../../', ADMIN_URL);

var ADMIN_URL is not defined.

Original issue reported on code.google.com by elec.sp...@gmail.com on 31 Mar 2009 at 7:41

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/django-grappelli/wiki/settings

Original comment by sehmaschine on 31 Mar 2009 at 1:46

GoogleCodeExporter commented 9 years ago
Not working. My settings has:
GRAPPELLI_ADMIN_URL = '/admin/'

But url in RelatedObjectLookups replace with: http://catalog/company/?t=id

But correct is http://www.site.com/admin/catalog/company/?t=id

ADMIN_MEDIA_URL is "/admin/media/"
ADMIN_URL is "//"

Original comment by elec.sp...@gmail.com on 31 Mar 2009 at 3:38