mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Merge pull request #3078 from urbanrotnik/ur-sci-fix-for-move-modal-partial
Fix for move_modal partial rendering
This commit is contained in:
commit
e61679bcdd
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