Add new "choir" calendar
This commit is contained in:
		
							parent
							
								
									20691514b9
								
							
						
					
					
						commit
						42021b50bc
					
				| 
						 | 
				
			
			@ -30,6 +30,7 @@
 | 
			
		|||
		<option value="" disabled selected hidden>Select calendar</option>
 | 
			
		||||
		<option value="public">Public</option>
 | 
			
		||||
		<option value="members">Internal - Members</option>
 | 
			
		||||
		<option value="choir">Internal - Choir</option>
 | 
			
		||||
		<option value="management">Internal - Management</option>
 | 
			
		||||
	</select>
 | 
			
		||||
	<span>  |  </span>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -76,6 +76,8 @@ export class AdminComponent implements OnInit {
 | 
			
		|||
				return 1;
 | 
			
		||||
			case 'members':
 | 
			
		||||
				return 2;
 | 
			
		||||
			case 'choir':
 | 
			
		||||
				return 4;
 | 
			
		||||
			case 'management':
 | 
			
		||||
				return 3;
 | 
			
		||||
			default:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user