Skip to content

Commit e6fff4f

Browse files
committed
Sort module controllers alphabetically in exceptions selector
1 parent dc1c80a commit e6fff4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PrestaShopBundle/Controller/Admin/Improve/Design/PositionsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ private function buildExceptionChoices(): array
501501
$entries[] = sprintf('module-%s-%s', $module, $controller);
502502
}
503503
}
504+
sort($entries);
504505

505506
return $entries;
506507
};

0 commit comments

Comments
 (0)