Change quorum default value to 50 "JA" votes.
authorThomas Hochstein <thh@inter.net>
Wed, 19 Mar 2014 20:48:02 +0000 (21:48 +0100)
committerThomas Hochstein <thh@inter.net>
Wed, 19 Mar 2014 20:48:02 +0000 (21:48 +0100)
Picked from upstream.

Signed-off-by: Thomas Hochstein <thh@inter.net>
CHANGES
UVconfig.pm

diff --git a/CHANGES b/CHANGES
index 5067501..162d6c6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,7 @@ Version 4.12 (19.01.2014):
   konfiguriert werden
 - Regular Expression fuer Pruefung des Abstimmungsnamens weiter
   verbessert
+- Standardwert fuer Mindest-JA-Stimmenzahl von 60 auf 50 verringert
 
 Version 4.11 (25.09.2012):
 - Regular Expression fuer Pruefung des Abstimmungsnamens verbessert.
index 1c64b14..f78e3b9 100644 (file)
@@ -94,7 +94,7 @@ sub read_config {
              ann_stimme           => 'A\s*N\s*N\s*U\s*L\s*L\s*I\s*E\s*R\s*U\s*N\s*G',
              bdsg_confirm         => 'JA',
              condition1           => '$yes>=2*$no', # twice as many yes as no
-             condition2           => '$yes>=60',    # min 60 yes votes
+             condition2           => '$yes>=50',    # min 60 yes votes
              prop_formula         => '$yes/$no',
              tpl_ack_mail         => 'ack-mail',
              tpl_bouncelist       => 'bouncelist',
This page took 0.012545 seconds and 4 git commands to generate.