Skip to content

Commit

Permalink
clarify users have to have all access roles for dataset to actually h…
Browse files Browse the repository at this point in the history
…ave access
  • Loading branch information
martenson committed Feb 9, 2024
1 parent 0326b1e commit 0319676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RBACAgent:
),
DATASET_ACCESS=Action(
"access",
"Users having associated role can import this dataset into their history for analysis.",
"Users having all associated roles can import this dataset into their history for analysis.",
"restrict",
),
LIBRARY_ACCESS=Action(
Expand Down

0 comments on commit 0319676

Please sign in to comment.