fix layout missing group

This commit is contained in:
Jonathan Jenne 2021-03-25 16:51:20 +01:00
parent abf485d5d1
commit 8e671b77fe

View File

@ -682,6 +682,9 @@ Public Class frmMain
If GRID_LOAD_TYPE = "OVERVIEW" Then If GRID_LOAD_TYPE = "OVERVIEW" Then
'SaveGridLayout() 'SaveGridLayout()
End If End If
FRONTEND_ACTION = "NAVBAR LINK CLICKED"
Dim _tag = e.Link.Item.Tag Dim _tag = e.Link.Item.Tag
Timer_Inactivity_Reset_Disable() Timer_Inactivity_Reset_Disable()
@ -721,7 +724,7 @@ Public Class frmMain
End If End If
End If End If
FRONTEND_ACTION = "NONE"
End Sub End Sub
Function Load_Profiles_for_User() As Boolean Function Load_Profiles_for_User() As Boolean
Try Try
@ -1932,7 +1935,7 @@ Public Class frmMain
LOGGER.Error(ex) LOGGER.Error(ex)
LOGGER.Info("Unexpected Error in Formatting Grid: " & ex.Message) LOGGER.Info("Unexpected Error in Formatting Grid: " & ex.Message)
End Try End Try
SaveGridLayout() 'SaveGridLayout()
If GridView_Docs.Columns.Count <= 2 Then If GridView_Docs.Columns.Count <= 2 Then
LOGGER.Info("GridView_Docs.Columns.Count <= 2 - Reset_Gridlayout will be forced...", False) LOGGER.Info("GridView_Docs.Columns.Count <= 2 - Reset_Gridlayout will be forced...", False)
Await Reset_GridLayout(FormLoad) Await Reset_GridLayout(FormLoad)