mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-29 03:01:58 +08:00
Fixed for assets that belong to protocol step [SCI-5996]
This commit is contained in:
parent
a65d8ad365
commit
1db06b46f7
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class BioEddieAssetsController < ApplicationController
|
|||
activity_type: :register_molecule,
|
||||
owner: current_user,
|
||||
team: asset.team,
|
||||
project: asset.my_module.experiment.project,
|
||||
project: asset&.my_module&.experiment&.project,
|
||||
subject: asset,
|
||||
message_items: {
|
||||
description: asset.blob.metadata['description'],
|
||||
|
|
Loading…
Reference in a new issue