Apply shared ticket activity capability to overview rows
This commit is contained in:
@@ -286,7 +286,7 @@ namespace C4IT.FASD.Cockpit.Communication
|
||||
if (string.IsNullOrWhiteSpace(key))
|
||||
continue;
|
||||
|
||||
if (string.Equals(key, "ServiceRequestsEnabled", StringComparison.OrdinalIgnoreCase))
|
||||
if (string.Equals(key, "TicketAndServiceRequestsEnabled", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
result[key] = 1;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user