You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
In the list header, the dropdown that lists İlçeler should be sorted alphabetically.
The 'district dropdown' partial gets called in /resources/views/partials/header.blade.php (line 106), and the array gets populated /app/Http/Controllers/IssuesController.php (line 221)
Not: ideally we even group the İlçes by their city. Cities would be sorted by most issues in that city, and district within that city would be sorted alphabetically. Possible?