File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 5.1.5] ( https://github.com/userfrosting/sprinkle-admin/compare/5.1.4...5.1.5 )
9+ - Fix locale select
10+
811## [ 5.1.4] ( https://github.com/userfrosting/sprinkle-admin/compare/5.1.3...5.1.4 )
912- Add PHP 8.4 support & tests
1013
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ protected function handle(UserInterface $user): array
9595 $ groups = $ this ->groupModel ::all ();
9696
9797 // Get a list of all locales
98- $ locales = $ this ->siteLocale ->getAvailableIdentifiers ();
98+ $ locales = $ this ->siteLocale ->getAvailableOptions ();
9999
100100 // Generate form
101101 $ fields = [
You can’t perform that action at this time.
0 commit comments