Change quorum default value to 50 "JA" votes.
Picked from upstream. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
		
							parent
							
								
									3ab56bde53
								
							
						
					
					
						commit
						923dc1773e
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								CHANGES
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue