mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Merge pull request #7569 from aignatov-bio/ai-sci-10700-fix-navigator-state
Fix navigator state for results [SCI-10700]
This commit is contained in:
commit
74005c4d72
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class ResultsController < ApplicationController
|
||||||
def set_navigator
|
def set_navigator
|
||||||
@navigator = {
|
@navigator = {
|
||||||
url: tree_navigator_my_module_path(@my_module),
|
url: tree_navigator_my_module_path(@my_module),
|
||||||
archived: false,
|
archived: @my_module.archived_branch?,
|
||||||
id: @my_module.code
|
id: @my_module.code
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue