Merge pull request #8847 from andrej-scinote/aj_SCI_12325

Fix loading protocol to task [SCI-12325]
This commit is contained in:
andrej-scinote 2025-09-03 15:06:41 +02:00 committed by GitHub
commit 0026613792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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