Re: Admin action not executed when no objects are selected

2009-05-22 Thread omat
I do not see the point in explicitly disallowing calling the action if no item is selected. I would like to have "reset selected items" and "reset all items" in the same actions list. Currently, I should have some admin actions in the ModelAdmin classes and some in the views and admin templates,

Re: Admin action not executed when no objects are selected

2009-04-07 Thread Alex Gaynor
On Tue, Apr 7, 2009 at 8:04 PM, Malcolm Tredinnick wrote: > > On Tue, 2009-04-07 at 06:55 -0700, pault wrote: > > I want to run an action from my admin when I press the GO button > > without having to select any objects. > > > > But it seems actions are only triggered when at least one object is

Re: Admin action not executed when no objects are selected

2009-04-07 Thread Malcolm Tredinnick
On Tue, 2009-04-07 at 06:55 -0700, pault wrote: > I want to run an action from my admin when I press the GO button > without having to select any objects. > > But it seems actions are only triggered when at least one object is > selected. Does anyone know a workaround for this. What you're after