Gauravwagh / django-grappelli

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

admin filter folding open #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which DJANGO-VERSION are you using?
1.4.0-pre-alpha-SVN16553 running on apache / wsgi

Which GRAPPELLI-VERSION are you using?
svn r1457

Which BROWSER (including the version) are you using?
Firefox 5.0.1

What steps will reproduce the problem?
1. Installed grappelli on top of existing website. Admin models have existing 
filter_by options. Worked properly in django-admin
2. configured grappelli and set permissions to access 'Static' folder as 
described. 
3. In admin interface, trying to a) sort list, b) use filter

What is the expected output? What do you see instead?
Expecting a filter pop-up with options. Filter options are being loaded, but 
are not visible. Two errors show up in firebug.  

Please provide any additional information below.

Errors on admin page (via firebug): 
$("tr input.action-select").actions is not a function
[Break On This Error] $("tr input.action-select").actions();
task (line 59)
$("div#header .collapse").grp_collapsible is not a function
[Break On This Error] $("div#header .collapse").grp_collapsible(); 

(Note - space before .collapse above!!)

Errors appear only one level down (i.e. not on the /admin/ page, but on every 
/admin/foo page)

I am suspecting a permissions or namespace issue - however I cannot track it 
down. No specific errors in apache2 log..

Original issue reported on code.google.com by bhalera...@gmail.com on 27 Jul 2011 at 7:57

GoogleCodeExporter commented 9 years ago
please not the grappelli is now on github

Original comment by sehmaschine on 27 Jul 2011 at 8:02

GoogleCodeExporter commented 9 years ago
that should read "note", of course.

Original comment by sehmaschine on 27 Jul 2011 at 8:08

GoogleCodeExporter commented 9 years ago
Any news here? I've run into the same problem

Original comment by i...@simoncelen.net on 6 Sep 2011 at 4:12

GoogleCodeExporter commented 9 years ago
For reference, it's caused by following trunk too closely. Reverting to 1.3 
fixes it.

See https://github.com/sehmaschine/django-grappelli/issues/12

Original comment by i...@simoncelen.net on 6 Sep 2011 at 4:21