Namensbezeichungen in JS Filltable-Funktionen wurden verbessert sowie Popper.js aktualisiert, sodass eine Integrität mit Bootstrap 5.0.2 vorliegt sowie der Hashalgorithmus wurde sicherherheitsrelevant verbessert.

This commit is contained in:
ja
2022-01-03 09:07:48 +01:00
parent 939c4b6827
commit 711bfdcd45
14 changed files with 52 additions and 30 deletions

View File

@@ -399,7 +399,7 @@ Partial Class LKWS
End Sub
<WebMethod>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json)>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False)>
Public Sub filltable2(Kennzeichen As String)
Dim tbl As Table = New Table
Dim list2 As List(Of VERAG_PROG_ALLGEMEIN.cSDL) = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB_LKW(401940, Kennzeichen)
@@ -423,7 +423,7 @@ Partial Class LKWS
Next
End Sub
<WebMethod>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json)>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False)>
Public Sub filltable_M(Kennzeichen As String)
Dim list2 As List(Of VERAG_PROG_ALLGEMEIN.cSDL) = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB_LKW(401940, Kennzeichen)
Dim Tbl As New Table