Skip to content
Snippets Groups Projects
Commit fdd8b106 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #26133 [fid] release/fid_bbi/2024_01 remove home library from session...

refs #26133 [fid] release/fid_bbi/2024_01 remove home library from session storage after updating user

* home library is not enity-connected with user-dto
* libraries are requested via string-identifier and stored in session
parent 14b3d03b
No related merge requests found
......@@ -816,6 +816,7 @@ class Client
if ($logon->getOwnerId() === $user->getId()) {
// refresh user data
$this->session['user'] = $result;
$this->session->homeLibrary = null;
}
return $result;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment