Skip to content

Commit

Permalink
Fixed manual product sorting drag&drop (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Mar 17, 2015
1 parent 13463e7 commit e7f80fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions system/modules/isotope/docs/CHANGELOG-2.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Version 2.2.3-stable (2015-??-??)
### Fixed
- Gallery watermark positions were not available in Contao 3.4 (#1365)
- Labels for foreignKey fields were not shown in product attribute view (#1389)
- Manual product sorting (drag&drop) was broken in 2.2.1 (#1388)


Version 2.2.2-stable (2015-02-10)
Expand Down
2 changes: 1 addition & 1 deletion system/modules/isotope/drivers/DC_TablePageId.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ protected function parentView()
</ul>
<script>
Isotope.makePageViewSortable("ul_' . CURRENT_ID . '");
Isotope.makeParentViewSortable("ul_' . CURRENT_ID . '");
</script>';
}

Expand Down

0 comments on commit e7f80fa

Please sign in to comment.