I've head a lot of requests for a 'notify all' button. This something that can be totally javascript based, and I'm sure would save people a few clicks.

The one outstanding question in my mind is what do to when we switch to autocomplete. It maybe better to only offer this for the checkboxes UI for now.

Comments

David Goode’s picture

Status: Active » Fixed

Done, only for checkboxes case though.

David

EWB’s picture

David,

Can you please explain how one can implement this feature? Thanks, Eric

David Goode’s picture

Hey, just download the head from CVS and a checkbox will appear alongside all the buttons that says "Notify all". When you click it all the buttons will get clicked. If you mean for the autocomplete, you'd have to edit the backend code to list all the users again and subscribe them. It wouldn't be too crazy though, and if you have a working method please submit a patch and I'll be happy to review/commit it!

David

EWB’s picture

Thanks - I spaced the version referred to in issue - it all makes more sense now ;) - thanks

kostajh’s picture

The one outstanding question in my mind is what do to when we switch to autocomplete. It maybe better to only offer this for the checkboxes UI for now.

We could get around this problem if a select list option was offered in place of autocomplete once the number of users was greater than 20. What do you think?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.