For a user whose username has an uppercase character, the new user menu dropdown was not defaulting to "Inbox" because the Ember router uses lowercased usernames which were not matching with the `username` property. Switching to `username_lower` fixes the issue. |
||
|---|---|---|
| .. | ||
| assets | ||
| controllers | ||
| helpers | ||
| jobs | ||
| mailers | ||
| models | ||
| serializers | ||
| services | ||
| views | ||