fix layout missing group
This commit is contained in:
parent
abf485d5d1
commit
8e671b77fe
@ -682,6 +682,9 @@ Public Class frmMain
|
||||
If GRID_LOAD_TYPE = "OVERVIEW" Then
|
||||
'SaveGridLayout()
|
||||
End If
|
||||
|
||||
FRONTEND_ACTION = "NAVBAR LINK CLICKED"
|
||||
|
||||
Dim _tag = e.Link.Item.Tag
|
||||
Timer_Inactivity_Reset_Disable()
|
||||
|
||||
@ -721,7 +724,7 @@ Public Class frmMain
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
FRONTEND_ACTION = "NONE"
|
||||
End Sub
|
||||
Function Load_Profiles_for_User() As Boolean
|
||||
Try
|
||||
@ -1932,7 +1935,7 @@ Public Class frmMain
|
||||
LOGGER.Error(ex)
|
||||
LOGGER.Info("Unexpected Error in Formatting Grid: " & ex.Message)
|
||||
End Try
|
||||
SaveGridLayout()
|
||||
'SaveGridLayout()
|
||||
If GridView_Docs.Columns.Count <= 2 Then
|
||||
LOGGER.Info("GridView_Docs.Columns.Count <= 2 - Reset_Gridlayout will be forced...", False)
|
||||
Await Reset_GridLayout(FormLoad)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user