Skip to content

Commit 9091345

Browse files
committed
Sort actions alphabetically in ActionsController for consistent ordering in ActionsRegistry.
1 parent 4829c27 commit 9091345

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Http/Controllers/Iframes/ActionsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ActionsController extends Controller
1313
public function __invoke(Request $request)
1414
{
1515
$actions = ActionsRegistry::all();
16+
ksort($actions);
1617
$user = $request->user();
1718
$tenantSettings = ActionSetting::query()
1819
->where('scope_type', 'tenant')

0 commit comments

Comments
 (0)