mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	fix: invalid chas in cache key (#3574)
This commit is contained in:
		| @@ -131,7 +131,7 @@ class BaseInvenTreeSetting(models.Model): | ||||
|         for k, v in kwargs.items(): | ||||
|             key += f"_{k}:{v}" | ||||
|  | ||||
|         return key | ||||
|         return key.replace(" ", "") | ||||
|  | ||||
|     @classmethod | ||||
|     def allValues(cls, user=None, exclude_hidden=False): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user