google-code-export / django-grappelli

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

Grappelli_2 wrong url in admin #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://localhost:8000/admin/auth/user/1/
2. Try add new group for user
3. Profit! You will see relative url instead of absolute.

What is the expected output? What do you see instead?
http://localhost:8000/admin/auth/group/add/
http://localhost:8000/admin/auth/user/1/adminadmin/auth/group/add/

What version of the product are you using? On what operating system?
Grappelli2
django 1.1

Original issue reported on code.google.com by kryla...@gmail.com on 11 Nov 2009 at 3:13

GoogleCodeExporter commented 9 years ago
you´re talking about the "showAddAnotherPopup"-link, right? I´m a bit 
confused,
because we didn´t change anything about that link ... can you give more 
details?

Original comment by sehmaschine on 13 Nov 2009 at 10:59

GoogleCodeExporter commented 9 years ago
Sorry, it was actually my mistake. 
i have overridded django reverse function, so sometimes it works incorrect. 
mark invalid.

Original comment by kryla...@gmail.com on 13 Nov 2009 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by sehmaschine on 13 Nov 2009 at 11:57