Skip to content

Commit

Permalink
Merge pull request #2554 from SolidProgramming/nuget_bumps
Browse files Browse the repository at this point in the history
Nuget bumps + #2529
  • Loading branch information
tpurschke committed Sep 26, 2024
2 parents 09d6c11 + 2734808 commit c4cc916
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 16 deletions.
4 changes: 2 additions & 2 deletions roles/database/files/sql/idempotent/fworch-texts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2981,8 +2981,8 @@ INSERT INTO txt VALUES ('E9013', 'German', 'Schnittstelle kann nicht gelös
INSERT INTO txt VALUES ('E9013', 'English', 'Interface cannot be deleted because it is in use: ');
INSERT INTO txt VALUES ('E9014', 'German', 'Bitte zuerst die gemachten Änderungen speichern.');
INSERT INTO txt VALUES ('E9014', 'English', 'Please save changes first.');
INSERT INTO txt VALUES ('E9015', 'German', 'Schnittstelle kann beantragte nicht ersetzen: Falscher Typ.');
INSERT INTO txt VALUES ('E9015', 'English', 'Interface cannot replace requested one: Wrong type.');
INSERT INTO txt VALUES ('E9015', 'German', 'Schnittstelle kann die angeforderte nicht ersetzen: Die Richtungen der Schnittstellen stimmen nicht überein (eine ist eine Quellschnittstelle, die andere eine Zielschnittstelle).');
INSERT INTO txt VALUES ('E9015', 'English', 'Interface cannot replace requested one: the directions of the interfaces do not match (one is a source interface, the other a destination interface).');
INSERT INTO txt VALUES ('E9016', 'German', 'Beantragte Schnittstelle kann nicht gelöscht werden.');
INSERT INTO txt VALUES ('E9016', 'English', 'Requested interface cannot be deleted.');
INSERT INTO txt VALUES ('E9101', 'German', 'Fehler bei externer Auftragserzeugung.');
Expand Down
2 changes: 1 addition & 1 deletion roles/lib/files/FWO.Api.Client/FWO.Api.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="GraphQL.Client" Version="6.1.0" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.1.0" />
<PackageReference Include="GraphQL.Client.Serializer.SystemTextJson" Version="6.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion roles/lib/files/FWO.Config.File/FWO.Config.File.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion roles/lib/files/FWO.Middleware/FWO.Middleware.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion roles/lib/files/FWO.Report/FWO.Report.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Haukcode.WkHtmlToPdfDotNet" Version="1.5.90" />
<PackageReference Include="Haukcode.WkHtmlToPdfDotNet" Version="1.5.93" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="3.6.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions roles/test/files/FWO.Test/FWO.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Haukcode.WkHtmlToPdfDotNet" Version="1.5.90" />
<PackageReference Include="Haukcode.WkHtmlToPdfDotNet" Version="1.5.93" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions roles/ui/files/FWO.UI/Pages/Login.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
@if (showLoginForm)
{
<div class="row text-center">
<div class="col-lg-4 col-md-3 col-sm-2"></div>
<div class="col-lg-4 col-md-6 col-sm-8 col-xs-12">
<div class="col-xl col-lg col-md-3 col-sm-2"></div>
<div class="col-xl-2 col-lg-3 col-md-6 col-sm-8 col-xs-12">
<img src="images/FWO_logo.png">
<br><br>
@* <h2 class="text-center"> @(userConfig.GetText("login")) </h2> *@
Expand Down Expand Up @@ -51,7 +51,7 @@
</form>
</div>
</div>
<div class="col-lg-4 col-md-3 col-sm-2"></div>
<div class="col-xl col-lg col-md-3 col-sm-2"></div>
</div>
@if(ShowWelcomeMessage)
{
Expand Down
4 changes: 2 additions & 2 deletions roles/ui/files/FWO.UI/Pages/NetworkModelling/EditConn.razor
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
}
}
</div>
</div>
</div>
<InProgress Display="workInProgress"/>
<EditServiceGroup @bind-Display="ConnHandler.EditSvcGrpMode" @bind-SvcGroupHandler="ConnHandler.SvcGrpHandler"/>
<EditAppRole @bind-Display="ConnHandler.DisplayAppRoleMode" @bind-AppRoleHandler="ConnHandler.AppRoleHandler"/>
Expand Down Expand Up @@ -463,7 +463,7 @@
}
if(Container.NwGroupElements.Count > 0)
{
ConnHandler.NwGroupToDestination(Container.NwGroupElements);
ConnHandler.NwGroupToDestination(Container.NwGroupElements);
}
if(Container.AppServerElements.Count > 0)
{
Expand Down
8 changes: 8 additions & 0 deletions roles/ui/files/FWO.UI/Services/ModellingConnectionHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ public void NwGroupToSource(List<ModellingNwGroup> nwGroups)
{
SrcNwGroupsToAdd.Add(nwGroup);
}
else
{
DisplayMessageInUi(null, userConfig.GetText("E_modify_title"), userConfig.GetText("E9015"), true);
}
}
CalcVisibility();
}
Expand All @@ -602,6 +606,10 @@ public void NwGroupToDestination(List<ModellingNwGroup> nwGroups)
{
DstNwGroupsToAdd.Add(nwGroup);
}
else
{
DisplayMessageInUi(null, userConfig.GetText("E_modify_title"), userConfig.GetText("E9015"), true);
}
}
CalcVisibility();
}
Expand Down

0 comments on commit c4cc916

Please sign in to comment.