cache fixed, delete buttons fixed
This commit is contained in:
@@ -378,7 +378,7 @@ class DataProvider:
|
||||
bool: True if successful, False otherwise
|
||||
"""
|
||||
if not UNIFIED_STORAGE_AVAILABLE:
|
||||
logger.error("Unified storage components not available. Install required dependencies.")
|
||||
logger.debug("Unified storage components not available - skipping (optional feature)")
|
||||
return False
|
||||
|
||||
if self._unified_storage_enabled:
|
||||
|
||||
Reference in New Issue
Block a user