Import the Member.active flag from CORE API
				
					
				
			This commit is contained in:
		
							parent
							
								
									bfc52a6fb3
								
							
						
					
					
						commit
						dde729b959
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -851,6 +851,7 @@ class MemberImporter(FromCOREPOSAPI, corepos_importing.model.MemberImporter): | |||
|         'person_uuid', | ||||
|         'joined', | ||||
|         'withdrew', | ||||
|         'active', | ||||
|     ] | ||||
| 
 | ||||
|     # TODO: should make this configurable | ||||
|  | @ -932,4 +933,5 @@ class MemberImporter(FromCOREPOSAPI, corepos_importing.model.MemberImporter): | |||
|             'person_uuid': person.uuid, | ||||
|             'joined': joined, | ||||
|             'withdrew': withdrew, | ||||
|             'active': not bool(withdrew), | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar