Merge pull request #4763 from aignatov-bio/ai-sci-7690-fix-task-id-in-experiment-table

Fix task id in experiment table [SCI-7690]
This commit is contained in:
aignatov-bio 2023-01-06 11:24:40 +01:00 committed by GitHub
commit ac3434101b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ module Experiments
def id_presenter(my_module)
{
id: my_module.id
id: my_module.code
}
end