Merge branch '2.6.1-Bugfix-Massenbearbeitung' into 2.7.0-Release
This commit is contained in:
commit
5b001aee03
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.6.0.0")>
|
<Assembly: AssemblyVersion("2.6.1.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
<Assembly: NeutralResourcesLanguage("")>
|
<Assembly: NeutralResourcesLanguage("")>
|
||||||
|
|||||||
@ -456,7 +456,9 @@
|
|||||||
<Compile Include="ClassAnnotation.vb" />
|
<Compile Include="ClassAnnotation.vb" />
|
||||||
<Compile Include="ClassConfig.vb" />
|
<Compile Include="ClassConfig.vb" />
|
||||||
<Compile Include="ClassConstants.vb" />
|
<Compile Include="ClassConstants.vb" />
|
||||||
<Compile Include="ClassControlCreator.vb" />
|
<Compile Include="\\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Downloads\taskFlow\ClassControlCreator.vb">
|
||||||
|
<Link>ClassControlCreator.vb</Link>
|
||||||
|
</Compile>
|
||||||
<Compile Include="ClassDragDrop.vb" />
|
<Compile Include="ClassDragDrop.vb" />
|
||||||
<Compile Include="ClassFinalIndex.vb" />
|
<Compile Include="ClassFinalIndex.vb" />
|
||||||
<Compile Include="ClassFinalizeDoc.vb" />
|
<Compile Include="ClassFinalizeDoc.vb" />
|
||||||
|
|||||||
@ -1339,7 +1339,6 @@ Public Class frmMassValidator
|
|||||||
Dim oSQL = $"SELECT [dbo].[FNPM_GET_WM_FILE_PATH] ({CURRENT_DOC_GUID},{_CheckStandard})"
|
Dim oSQL = $"SELECT [dbo].[FNPM_GET_WM_FILE_PATH] ({CURRENT_DOC_GUID},{_CheckStandard})"
|
||||||
oResult = DatabaseFallback.GetScalarValueECM(oSQL)
|
oResult = DatabaseFallback.GetScalarValueECM(oSQL)
|
||||||
LOGGER.Debug($"Checking file 0 GDP [{oResult}] exists?...")
|
LOGGER.Debug($"Checking file 0 GDP [{oResult}] exists?...")
|
||||||
If File.Exists(oResult) = False Then
|
|
||||||
LOGGER.Debug($"GetWMDocPathWindows returned false - trying with standard again...")
|
LOGGER.Debug($"GetWMDocPathWindows returned false - trying with standard again...")
|
||||||
oSQL = $"SELECT [dbo].[FNPM_GET_WM_FILE_PATH] ({CURRENT_DOC_GUID},1)"
|
oSQL = $"SELECT [dbo].[FNPM_GET_WM_FILE_PATH] ({CURRENT_DOC_GUID},1)"
|
||||||
oResult = DatabaseFallback.GetScalarValueECM(oSQL)
|
oResult = DatabaseFallback.GetScalarValueECM(oSQL)
|
||||||
@ -1347,7 +1346,7 @@ Public Class frmMassValidator
|
|||||||
If File.Exists(oResult) = False Then
|
If File.Exists(oResult) = False Then
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
End If
|
|
||||||
WMDocPathWindows = oResult
|
WMDocPathWindows = oResult
|
||||||
|
|
||||||
CURRENT_DOC_PATH = WMDocPathWindows
|
CURRENT_DOC_PATH = WMDocPathWindows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user