16-12-2022
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@using ECM.JobRunner.Common.JobRunnerReference;
|
||||
@using ECM.JobRunner.Web.Data;
|
||||
@inject ImportService Import;
|
||||
@inject JobService Jobs;
|
||||
@inject ImportProfileService Import;
|
||||
@inject HelperService Jobs;
|
||||
@inject WcfService Service;
|
||||
|
||||
@if (profile == null)
|
||||
{
|
||||
@@ -196,8 +197,8 @@ else
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
jobTypes = await Jobs.GetJobTypes();
|
||||
objectTypes = await Jobs.GetObjectTypes();
|
||||
jobTypes = await Service.GetJobTypes();
|
||||
objectTypes = await Service.GetObjectTypes();
|
||||
|
||||
if (ProfileId == Constants.ENTITY_ID_NEW)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user