Prepare Rights Management in DocumentResults
This commit is contained in:
@@ -269,6 +269,12 @@ Public Class frmMain
|
||||
.UserName = USER_USERNAME
|
||||
}
|
||||
|
||||
Dim oService As New State.ServiceState() With {
|
||||
.Address = ConfigManager.Config.AppServerConfig,
|
||||
.IsActive = ConfigManager.Config.IsIDB,
|
||||
.IsOnline = False
|
||||
}
|
||||
|
||||
Dim oSettings As New State.SettingsState() With {
|
||||
.GdPictureKey = GDPICTURE_LICENSE
|
||||
}
|
||||
@@ -277,7 +283,8 @@ Public Class frmMain
|
||||
.Database = Database,
|
||||
.Modules = Nothing,
|
||||
.User = oUser,
|
||||
.Settings = oSettings
|
||||
.Settings = oSettings,
|
||||
.Service = oService
|
||||
}
|
||||
|
||||
Return oEnvironment
|
||||
|
||||
Reference in New Issue
Block a user