Make it possible to reset (delete) votes on a decision, for users with the "administer decisions" permission. Ideally this would be implemented with a "Reset votes" button between Submit and Delete and require a confirmation screen (just like the delete action):
Are you sure you want to reset the votes on Name of decision?
All votes made on this decision will be lost. This action cannot be undone.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | decisions_module_89169.patch.txt | 4.74 KB | tatien |
Comments
Comment #1
anarcat commentedChris has done it:
http://drupal.org/node/92083
http://drupal.org/cvs?commit=44125
Comment #2
tatien commentedThis is a port from Chris' patch into decisions (5.1 branch). I would like someone to review it before I commit.
Comment #3
anarcat commentedI committed a modified version of this patch to HEAD.