mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Show only active result in experiment table view [SCI-7369] (#4578)
This commit is contained in:
parent
bfbefddd30
commit
449283b4f5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module Experiments
|
|||
|
||||
def results_presenter(my_module)
|
||||
{
|
||||
count: my_module.results.length,
|
||||
count: my_module.results.active.length,
|
||||
url: results_my_module_path(my_module)
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue