mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-30 07:58:28 +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,
|
activity_type: :register_molecule,
|
||||||
owner: current_user,
|
owner: current_user,
|
||||||
team: asset.team,
|
team: asset.team,
|
||||||
project: asset.my_module.experiment.project,
|
project: asset&.my_module&.experiment&.project,
|
||||||
subject: asset,
|
subject: asset,
|
||||||
message_items: {
|
message_items: {
|
||||||
description: asset.blob.metadata['description'],
|
description: asset.blob.metadata['description'],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue