mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	actions: Use transaction.atomic in do_change_realm_org_type.
This commit is contained in:
		@@ -4739,6 +4739,7 @@ def do_change_logo_source(
 | 
				
			|||||||
    send_event(realm, event, active_user_ids(realm.id))
 | 
					    send_event(realm, event, active_user_ids(realm.id))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@transaction.atomic(durable=True)
 | 
				
			||||||
def do_change_realm_org_type(
 | 
					def do_change_realm_org_type(
 | 
				
			||||||
    realm: Realm,
 | 
					    realm: Realm,
 | 
				
			||||||
    org_type: int,
 | 
					    org_type: int,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user