Add event-driven quick action dispatch
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using FasdDesktopUi.Basics.UiActions.NativeActions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FasdDesktopUi.Basics.Services.SupportCase.Processors
|
||||
@@ -12,6 +13,7 @@ namespace FasdDesktopUi.Basics.Services.SupportCase.Processors
|
||||
if (!_supportCaseProccesors.ContainsKey(id))
|
||||
_supportCaseProccesors.Add(id, new SupportCaseProcessor());
|
||||
|
||||
QuickActionExecutor.SetSupportCaseProcessor(_supportCaseProccesors[id]);
|
||||
return _supportCaseProccesors[id];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user