mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
Fix loading protocol to task [SCI-12325]
This commit is contained in:
parent
f7841d232a
commit
e5108de685
1 changed files with 7 additions and 0 deletions
|
@ -39,4 +39,11 @@ class StepText < ApplicationRecord
|
|||
new_step_text
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
# Override for ObservableModel
|
||||
def changed_by
|
||||
step.last_modified_by
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue