mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
Fix task id in experiment table [SCI-7690]
This commit is contained in:
parent
631608e7db
commit
a98aad56db
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module Experiments
|
||||||
|
|
||||||
def id_presenter(my_module)
|
def id_presenter(my_module)
|
||||||
{
|
{
|
||||||
id: my_module.id
|
id: my_module.code
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue