mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +00:00 
			
		
		
		
	more debug
This commit is contained in:
		| @@ -151,8 +151,12 @@ class UserProfileDBManager { | ||||
|  | ||||
|     final profiles = await store.find(await _db); | ||||
|  | ||||
|     print("getSelectedProfile() - ${profiles.length} profiles available - selected = ${selected}"); | ||||
|  | ||||
|     for (int idx = 0; idx < profiles.length; idx++) { | ||||
|  | ||||
|       print("- Checking ${idx} - key = ${profiles[idx].key} - ${profiles[idx].value.toString()}"); | ||||
|  | ||||
|       if (profiles[idx].key is int && profiles[idx].key == selected) { | ||||
|         return UserProfile.fromJson( | ||||
|           profiles[idx].key as int, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user