mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Merge pull request #3479 from artoscinote/ma_SCI_5996
Fixed for assets that belong to protocol step [SCI-5996]
This commit is contained in:
commit
f818649fab
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…
Reference in a new issue