Actions
Bug #9165
closedImage viewer ignores expId if it is not in a list of recent sessions
Status:
Closed
Priority:
Normal
Assignee:
Sargis Dallakyan
Category:
-
Target version:
-
Start date:
06/29/2020
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.4
Show in known bugs:
No
Workaround:
Updated by Anchi Cheng over 4 years ago
- Assignee set to Sargis Dallakyan
Won't this slow down the viewer by listing all sessions ? Can it be done by adding an exception ? I suppose it also needs to check against privilege to view as a result. A bit of tricky situation.
Updated by Sargis Dallakyan over 4 years ago
Anchi Cheng wrote:
Won't this slow down the viewer by listing all sessions ? Can it be done by adding an exception ? I suppose it also needs to check against privilege to view as a result. A bit of tricky situation.
This won't slow down the viewer. Without expId it behaves the same as before. Privileges are checked in getSessions and this doesn't change it.
Actions