Example mini-panels configured:

  1. Mini Panel 1
  2. Mini Panel 2
  3. Mini Panel 3

After enabling "Clean URLs" in the "AJAX Tab - Tabs" configuration screen, the links are instead shown in the following order:

  1. Mini Panel 3
  2. Mini Panel 2
  3. Mini Panel 1

Comments

NWOM created an issue. See original summary.

rahul.shinde’s picture

Assigned: Unassigned » rahul.shinde
rahul.shinde’s picture

Assigned: rahul.shinde » Unassigned
Status: Active » Needs review

@NWOM, this is something related to weighing system and our sort capability.

While adding panels_ajax_tab one need to choose the right weight by dragging panels. If site-builder only selects and fill-out the rest information the sorting will be done on the selection then on weight, in this weight is assumed 0, this weight is being compared and there is no guaranteed of order. Please read more about sorting: Add a stable sorting flag to sort functions (uasort)

If you think this is helps you, please mark this issue as fixed. Or else help me to make this moving forward.