mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Remove :not_shared permission level for TeamRepository entity
This commit is contained in:
parent
6357cf86ba
commit
07e2df8951
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class TeamRepository < ApplicationRecord
|
||||
enum permission_level: Extends::SHARED_INVENTORIES_PERMISSION_LEVELS
|
||||
enum permission_level: Extends::SHARED_INVENTORIES_PERMISSION_LEVELS.except(:not_shared)
|
||||
|
||||
belongs_to :team
|
||||
belongs_to :repository
|
||||
|
|
Loading…
Reference in a new issue