Merge remote-tracking branch 'inno/dev-v6' into dev-v6

This commit is contained in:
Frede Hundewadt 2023-03-25 16:07:18 +01:00
commit 9f88e94e20
8 changed files with 8 additions and 12 deletions

View file

@ -71,4 +71,4 @@
else
{
<div>Ingen data</div>
}
}

View file

@ -30,4 +30,4 @@ public partial class ReportActivityListComponent
{
OnShowDocument.InvokeAsync(documentId);
}
}
}

View file

@ -185,4 +185,4 @@ public partial class SupervisorAdvisorReportViewPage : IDisposable
Interceptor.DisposeEvent();
PreferenceService.OnChange -= ProfileServiceOnOnChange;
}
}
}

View file

@ -61,4 +61,4 @@ public partial class SupervisorAdvisorViewPage : IDisposable
Interceptor.DisposeEvent();
}
}
}

View file

@ -8,4 +8,4 @@
<div class="list-group">
<a class="list-group-item list-group-item-action" href="/supervisor/advisors">Sælgere</a>
</div>
</div>

View file

@ -3,4 +3,4 @@ namespace Wonky.Client.Pages;
public partial class SupervisorHomePage
{
}
}

View file

@ -152,4 +152,4 @@
@if (Working)
{
<WorkingThreeDots/>
}
}

View file

@ -24,7 +24,6 @@ using Wonky.Client.HttpRepository;
using Wonky.Client.Local.Services;
using Wonky.Entity.DTO;
using Wonky.Entity.Views;
#pragma warning disable CS8618
namespace Wonky.Client.Pages;
@ -41,17 +40,14 @@ public partial class SupervisorVisitViewPage : IDisposable
[Inject] public IToastService Toast { get; set; }
[Inject] public IUserInfoService UserInfoService { get; set; }
// #############################################################
[Parameter] public string CompanyId { get; set; } = "";
[Parameter] public string OrderId { get; set; } = "";
// #############################################################
private ReportItemView ReportItem { get; set; } = new();
private bool IsNotified { get; set; }
private bool Working { get; set; } = true;
private readonly JsonSerializerOptions _options = new JsonSerializerOptions
{
PropertyNameCaseInsensitive = true
@ -73,4 +69,4 @@ public partial class SupervisorVisitViewPage : IDisposable
{
Interceptor.DisposeEvent();
}
}
}