Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13557 closed (invalid)

Select all missing from admin panel

Reported by: jainwolverine@… Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

I discovered that select all missing from admin panel. It was there on version 1.1 but now not on 1.2 nor in development versions.

Change History (4)

comment:1 by Karen Tracey, 14 years ago

Resolution: invalid
Status: newclosed

Please be more specific. Are you talking about selecting all items in a change list for admin actions? 1.1 did not have "select all" for that. You could select all items on the particular page by checking the box in the upper left table header box, but there was no way in 1.1 to select all items if there were too many to fit on one page. This feature was added by #12282 and in testing just now with 1.2 it appears to work fine. The header checkbox, when clicked, updates the status message about how many items are selected and now includes some javascript to display a "link" to allow all items to be selected. There's also an option for clearing all items. Both of these javascript bits work fine in my testing just now on Firefox, Chrome, and IE8, as does clicking in the upper left checkbox to simply select all items on the current page.

comment:2 by rj, 14 years ago

Yes i am talking about selecting all items in a change list for admin actions. Yes you are also right that on 1.1 there was no way to select all items if there were too many to fit on one page. But after downloading the most recent development versions or even the stable Django 1.2 version which was released today, i found that the header checkbox is missing. I tested my app on IE/FF/CHROME on both mac as well as windows. Can you please reconfirm.

comment:3 by Karen Tracey, 14 years ago

Version: 1.11.2

I still see the header checkbox, really. Do you have javascript disabled?

comment:4 by rj, 14 years ago

Hey sorry. My bad. In my app I have mytemplates directory which is a copy of django 1.1 admin templates directory. So when i downloaded the recent versions, I was still using the Django 1.1 admin templates directory from my project folder. And so the new code in Django 1.2 was not liking my old templates from Django 1.1. Result : no header checkbox at all. But again, sorry if I wasted your time.Thanks a lot again.

Note: See TracTickets for help on using tickets.
Back to Top