Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 23, 2024
1 parent 1f1591b commit fce6533
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dsp_permissions_scripts/models/scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ def remove(
D=[PROJECT_MEMBER],
V=[KNOWN_USER, UNKNOWN_USER],
)
LIMC_OPEN = PermissionScope.create(
CR=[PROJECT_ADMIN],
D=["limc:limc-editors"],
V=[PROJECT_MEMBER, KNOWN_USER, UNKNOWN_USER],
)

RESTRICTED_VIEW = PermissionScope.create(
CR=[PROJECT_ADMIN],
Expand Down

0 comments on commit fce6533

Please sign in to comment.