SEBWIN-482 fix for simple use-case (same exam selection)

This commit is contained in:
anhefti 2022-02-09 12:02:30 +01:00
parent 83c387cffd
commit 5241def188

View file

@ -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;
}