Entry tags:
Bugzilla: voting has been enabled, but please leave it alone
We've enabled the "voting" plugin in Bugzilla, to allow people to 'vote' for certain bugs. However! Please leave it alone -- no matter the temptation, please don't add votes to a bug.
We're using that mechanism to track number of times something is reported through a support request, in order to see which bugs generate the most support traffic. In order to keep things from being counted more than once in the tally, we're designating one person (the fabulous
misskat) to do the tallying-up.
If you accidentally vote for something (it's really hard to accidentally do, since there's a confirmation!), it's not a huge deal -- you can change your vote to remove it.
We're using that mechanism to track number of times something is reported through a support request, in order to see which bugs generate the most support traffic. In order to keep things from being counted more than once in the tally, we're designating one person (the fabulous
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
If you accidentally vote for something (it's really hard to accidentally do, since there's a confirmation!), it's not a huge deal -- you can change your vote to remove it.
no subject
no subject
no subject
no subject
no subject
no subject
Easy is to put in some text here:
extensions/Voting/template/en/default/pages/voting/user.html.tmpl
If you want to be tricky about it, you could probably check out:
Voting/Extension.pm
And change:
my $canedit = $user->id == $who->id;
to:
my $canedit = $user->id == $who->id && $who->id == 69;
but I make no guarantees for the latter :)