Add conditional service request row to ticket overview
This commit is contained in:
@@ -286,6 +286,12 @@ namespace C4IT.FASD.Cockpit.Communication
|
||||
if (string.IsNullOrWhiteSpace(key))
|
||||
continue;
|
||||
|
||||
if (string.Equals(key, "ServiceRequestsEnabled", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
result[key] = 1;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (TicketOverviewRelations.TryGetValue(key, out var scopeDictionary) &&
|
||||
scopeDictionary != null &&
|
||||
scopeDictionary.TryGetValue(scopeKey, out var definitions) &&
|
||||
|
||||
Reference in New Issue
Block a user