 Thomas Kaul
					
					3 days ago
						Thomas Kaul
					
					3 days ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
- 
					
					
					 
					apps/client/src/app/components/admin-users/admin-users.component.ts
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | - Refactored the generation of the holdings table in the _Copy AI prompt to clipboard for analysis_ action on the analysis page (experimental) | 
			
		
	
		
			
				
					|  |  |  | - Refactored the generation of the holdings table in the _Copy portfolio data to clipboard for AI prompt_ action on the analysis page (experimental) | 
			
		
	
		
			
				
					|  |  |  | - Improved the usability of the user detail dialog in the users section of the admin control panel | 
			
		
	
		
			
				
					|  |  |  | - Improved the language localization for German (`de`) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | ### Fixed | 
			
		
	
	
		
			
				
					|  |  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -307,7 +307,6 @@ export class GfAdminUsersComponent implements OnDestroy, OnInit { | 
			
		
	
		
			
				
					|  |  |  |       .afterClosed() | 
			
		
	
		
			
				
					|  |  |  |       .pipe(takeUntil(this.unsubscribeSubject)) | 
			
		
	
		
			
				
					|  |  |  |       .subscribe(() => { | 
			
		
	
		
			
				
					|  |  |  |         this.fetchUsers(); | 
			
		
	
		
			
				
					|  |  |  |         this.router.navigate(['.'], { relativeTo: this.route }); | 
			
		
	
		
			
				
					|  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
	
		
			
				
					|  |  | 
 |