aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Header links are broken in Admin area #666

Closed mikeharder closed 8 years ago

mikeharder commented 8 years ago

Repro Steps

  1. Browse to MusicStore
  2. Login as admin
  3. Click admin link in footer
  4. Click header link like Home

Expected

  1. Link target is /.

Actual

  1. Link target is /Admin/Home, which redirects to /Home/StatusCodePage and displays the error Item not found.
  2. Clicking the Home link again (when on the error page) works correctly.
ghost commented 8 years ago

Is anyone working on this? If not I would like to create a fork and submit a pull request.

Eilon commented 8 years ago

Sorry, I forgot to mark this as up-for-grabs. If you submit a PR, we'll definitely have a look!

kichalla commented 8 years ago

Fixed by 1bce0acfde5b9fe5e5e48b6311bdfb232cdbf444