aktueller Stand
This commit is contained in:
@@ -140,8 +140,8 @@ namespace FasdDesktopUi.Basics.Services.SupportCase
|
||||
{
|
||||
return tablesToLoad.All(t =>
|
||||
_rawDataCache.TryGetValue(relation, out var cachedRawData)
|
||||
&& cachedRawData.Tables.TryGetValue(t, out var cachedTable)
|
||||
&& !cachedTable.IsIncomplete && !cachedTable.Columns.Values.Any(c => c.IsIncomplete)
|
||||
&& (cachedRawData?.Tables?.TryGetValue(t, out var cachedTable) ?? false)
|
||||
&& cachedTable != null && !cachedTable.IsIncomplete && !cachedTable.Columns.Values.Any(c => c.IsIncomplete)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user