Skip to content

Commit

Permalink
Merge pull request #7 from webber12/patch-1
Browse files Browse the repository at this point in the history
Fix - открыть несколько вкладок Directory одновременно
  • Loading branch information
Pathologic authored Oct 25, 2024
2 parents e0414f9 + 2e3197f commit 86d435c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$params['ph'],
$config['tree_config'],
[
'tree_page_click' => route('directory::show', $params['ph']['id']),
'tree_page_click' => route('directory::show', $params['ph']['id']) . '?id=' . $params['ph']['id'],
'showChildren' => '0',
]
);
Expand Down

0 comments on commit 86d435c

Please sign in to comment.