when we add a new group, we send that to the server
This commit is contained in:
		
							parent
							
								
									c41d71c9d1
								
							
						
					
					
						commit
						0e49c441e0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -76,6 +76,7 @@ class Edit_groups_dialog: | |||
| 			if model.get_value(iter, 0) == group: | ||||
| 				return | ||||
| 			iter = model.iter_next(iter) | ||||
| 		self.changes_made = True | ||||
| 		model.append((group, True)) | ||||
| 		self.user.groups.append(group) | ||||
| 		self.update_user() | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue