There was an error while loading. Please reload this page.
2 parents a53cd2d + c4929e7 commit c71de94Copy full SHA for c71de94
1 file changed
src/Resources/contao/templates/widget_filetree.html5
@@ -48,6 +48,6 @@ $requestToken = System::getContainer()->get('contao.csrf.token_manager')->getDef
48
</script>
49
<?php endif; ?>
50
<?php if ($this->hasOrder): ?>
51
- <script>Backend.makeMultiSrcSortable("sort_<?= $this->id ?>", "ctrl_<?= $this->orderId ?>", "ctrl_<?= $this->id ?>")</script>
+ <script>Backend.makeMultiSrcSortable("sort_<?= $this->id ?>", "ctrl_<?= $this->id ?>", "ctrl_<?= $this->id ?>")</script>
52
53
</div>
0 commit comments