mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
Fixed registering bioeddie molecule on step [SCI-5985]
This commit is contained in:
parent
5acc106b1a
commit
143e491016
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class Activity < ApplicationRecord
|
|||
generate_breadcrumb(subject.team)
|
||||
when Step
|
||||
breadcrumbs[:step] = subject.name
|
||||
generate_breadcrumbs(subject.protocol)
|
||||
generate_breadcrumb(subject.protocol)
|
||||
when Asset
|
||||
breadcrumbs[:asset] = subject.blob.filename.to_s
|
||||
generate_breadcrumb(subject.result || subject.step || subject.repository_cell.repository_row.repository)
|
||||
|
|
Loading…
Reference in a new issue