]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 92593: Changing a bugs product will no longer remove the votes from that...
authorjustdave%syndicomm.com <>
Thu, 16 Aug 2001 09:46:15 +0000 (09:46 +0000)
committerjustdave%syndicomm.com <>
Thu, 16 Aug 2001 09:46:15 +0000 (09:46 +0000)
commit161e3c5fc8dc93096527e2ebd68995c466be2646
treea764c755afce14b7ce80ea44aee1ccb20ca0ba31
parentc368a62f281af9d9b401ab465a4144ead0d82b03
Fix for bug 92593: Changing a bugs product will no longer remove the votes from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product.  Only the per-bug vote count is checked.  If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug.  The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
globals.pl