mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-28 02:27:57 +08:00
Saving/editing of reports now works
This commit is contained in:
parent
964b51f84a
commit
0c51f7bc8b
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ def render_report_element(element, provided_locals = nil)
|
|||
|
||||
if element.project_header?
|
||||
locals[:project] = element.element_reference
|
||||
elsif element.experiment?
|
||||
locals[:experiment] = element.element_reference
|
||||
elsif element.my_module?
|
||||
locals[:my_module] = element.element_reference
|
||||
elsif element.step?
|
||||
|
|
Loading…
Reference in a new issue