mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Fix for move_modal partial rendering
This commit is contained in:
parent
62b1aaf033
commit
1c5337e6ab
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<li class="jstree-open" id="root_folder" data-jstree='{"icon":"fas fa-folder root-folder"}'>
|
||||
<a class="jstree-clicked" href="#">Projects</a>
|
||||
<%= render partial: 'projects/index/modals/move_to_folders_tree.html.erb',
|
||||
locals: { records: sidebar_folders_tree(current_team, current_user, projects_view_mode, folders_only: true) } %>
|
||||
locals: { records: sidebar_folders_tree(current_team, current_user, @current_sort, folders_only: true) } %>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue