mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: storage paths link incorrect in dashboard widget (#4878)
This commit is contained in:
		| @@ -63,7 +63,7 @@ | |||||||
|         </a> |         </a> | ||||||
|       </ng-container> |       </ng-container> | ||||||
|       <ng-container *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.StoragePath }"> |       <ng-container *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.StoragePath }"> | ||||||
|         <a *ngIf="statistics?.storage_path_count > 0" class="list-group-item d-flex justify-content-between align-items-center" routerLink="/documenttypes/"> |         <a *ngIf="statistics?.storage_path_count > 0" class="list-group-item d-flex justify-content-between align-items-center" routerLink="/storagepaths/"> | ||||||
|           <ng-container i18n>Storage Paths</ng-container>: |           <ng-container i18n>Storage Paths</ng-container>: | ||||||
|           <span class="badge bg-secondary text-light rounded-pill">{{statistics?.storage_path_count | number}}</span> |           <span class="badge bg-secondary text-light rounded-pill">{{statistics?.storage_path_count | number}}</span> | ||||||
|         </a> |         </a> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon