mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 15:45:34 +08:00
Merge pull request #8847 from andrej-scinote/aj_SCI_12325
Fix loading protocol to task [SCI-12325]
This commit is contained in:
commit
0026613792
1 changed files with 7 additions and 0 deletions
|
@ -39,4 +39,11 @@ class StepText < ApplicationRecord
|
||||||
new_step_text
|
new_step_text
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
|
# Override for ObservableModel
|
||||||
|
def changed_by
|
||||||
|
step.last_modified_by
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue