Fix loading protocol to task [SCI-12325]

This commit is contained in:
Andrej 2025-09-03 07:59:12 +02:00
parent f7841d232a
commit e5108de685

View file

@ -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