SEBWIN-482 fix for simple use-case (same exam selection)
This commit is contained in:
parent
83c387cffd
commit
5241def188
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ namespace SafeExamBrowser.Runtime.Operations
|
|||
Context.Next.AppConfig.ServerExamId = Context.Current.AppConfig.ServerExamId;
|
||||
Context.Next.AppConfig.ServerOauth2Token = Context.Current.AppConfig.ServerOauth2Token;
|
||||
|
||||
Context.Next.Settings.Server = Context.Current.Settings.Server;
|
||||
Context.Next.Settings = Context.Current.Settings;
|
||||
Context.Next.Settings.SessionMode = SessionMode.Server;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue