Files
opensem/resources/views/Admin/Shop
Valentin Lab cd5d72e272 fix: make drag-and-drop on category tree persist correctly
Two issues prevented the shelf tree reordering from working:

- The JS used ``onDragStop`` (only fires for drags outside the
  tree) instead of the ``tree.move`` event to send the AJAX
  request. Moved the POST into the ``tree.move`` handler.
- The ``inside`` case used ``appendNode`` (last child), but
  jqTree sends ``inside`` when dropping before the first child.
  Switched to ``prependNode`` so the node lands first.
- Added missing ``before`` case with ``insertBeforeNode``.
2026-02-13 06:46:12 +01:00
..
2025-02-15 12:12:42 +01:00
2025-02-15 12:12:42 +01:00
2025-02-15 12:12:42 +01:00
2023-07-16 17:54:44 +02:00
2025-02-15 12:12:42 +01:00
2025-02-15 12:12:42 +01:00
2025-01-03 03:46:45 +01:00
2025-01-03 03:46:45 +01:00
2024-03-11 19:31:22 +01:00
2025-02-15 12:12:42 +01:00
2023-12-09 21:02:28 +01:00
2023-11-14 00:25:58 +01:00
2022-05-29 00:46:04 +02:00
2021-11-01 23:42:53 +01:00
2022-02-17 12:03:01 +01:00
2022-02-17 12:03:01 +01:00
2024-02-19 23:51:32 +01:00