mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-03 22:21:53 +08:00
Merge pull request #2634 from aignatov-bio/ai-sci-4719-fix-owner-team-for-snapshots
Fix owner team for snapshots [SCI-4719]
This commit is contained in:
commit
ca669263bf
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ class Repository < RepositoryBase
|
|||
original_repository: self,
|
||||
my_module: my_module,
|
||||
created_by: created_by,
|
||||
team: my_module.experiment.project.team,
|
||||
permission_level: Extends::SHARED_INVENTORIES_PERMISSION_LEVELS[:not_shared])
|
||||
repository_snapshot.provisioning!
|
||||
repository_snapshot.reload
|
||||
|
|
Loading…
Reference in a new issue