mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 05:46:47 +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
|
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