euphorie / Euphorie

Euphorie is a tool for risk assessment
https://pythonhosted.org/Euphorie/
GNU General Public License v2.0
12 stars 6 forks source link

Duplication: Tools Section #593

Closed reinhardt closed 1 year ago

reinhardt commented 1 year ago

Also use updated modal when starting a new session from the tools section

Note: there is one quirk - when calling the new-session modal on a sector (which does not happen in the current code) and passing the tool (survey) as a request parameter, you can select all sessions from the sector, not only those from the tool. Not fixing because the current code does not do that and sectors mostly only have one tool.

syslabcom/scrum#1137

reinhardt commented 1 year ago

Could that be a security or data protection problem?

No. Permissions are handled per individual session, so you always only see your sessions. The filtering by sector would be merely for convenience.

Sorry I didn't make that clearer.