clede / Radiotrack

A Django web app to track live air times of your favorite radio programs.
Apache License 2.0
0 stars 0 forks source link

In the "Add Program" screen, the "Station" dropdown is not sorted alphabetically #16

Open clede opened 7 years ago

clede commented 7 years ago

EXPECTED: In the "Add Program" screen, the "Station" dropdown should be sorted alphabetically.

ACTUAL: In the "Add Program" screen, the "Station" dropdown is sorted in the order the stations were added.

  1. Add several stations in non-alphabetical order.
  2. Navigate to "Add Program".
  3. Click the "Station" dropdown.
  4. Observe the stations are listed in the order they were added.