Skip to content

Commit

Permalink
small fixes to access_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 10, 2023
1 parent dcab378 commit 768eba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/flows/scicat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def calculate_access_controls(username, beamline, proposal) -> Dict:
access_groups.append(username)
# temporary mapping while beamline controls process request to match beamline name with what comes
# from ALSHub
if beamline == "bl832":
if beamline == "bl832" && "8.3.2" not in access_groups:
access_groups.append("8.3.2")

if proposal and proposal != "None":
Expand Down

0 comments on commit 768eba7

Please sign in to comment.