django-filebrowser-no-grappelli icon indicating copy to clipboard operation
django-filebrowser-no-grappelli copied to clipboard

CollapsedFieldsets.js is missing.

Open aronchi opened this issue 14 years ago • 7 comments

Upload form refers to this file, but it's missing:

I found it in grappelli, I think we should copy it into django-filebrowser-no-grappelli media files.

aronchi avatar Sep 01 '10 08:09 aronchi

I'm hesitant to add anything from grappelli to -no-grappelli. If it works without the js then we should just remove the link.

wardi avatar Sep 01 '10 13:09 wardi

It's a useful js, because the popup dimension is fixed and the save button comes easily under the scroll, and it doesn't hurt.

I think you should add it, if you see its code you'll notice it's not a problem...

aronchi avatar Sep 01 '10 13:09 aronchi

The file is in a grappelli branch but not in trunk, and it looks like code that should be part of the normal django admin, no?

wardi avatar Sep 01 '10 13:09 wardi

I didn't find that in django admin 1.2.1

aronchi avatar Sep 01 '10 14:09 aronchi

ok, I'll take a patch that adds that one file

wardi avatar Sep 01 '10 15:09 wardi

collapse.js from django-admin seems to do something similar. Has anyone tried a fix with it?

italomaia avatar Sep 06 '10 14:09 italomaia

yes, that's what I was looking for. A fix linking to collapse.js would be even better.

wardi avatar Sep 07 '10 14:09 wardi