dubeaud / bugnet

BugNET is an open source issue tracker built with .NET
189 stars 166 forks source link

Admin functions not working #220

Open garumble opened 8 years ago

garumble commented 8 years ago

I had to add this: UserDetails.UserId = UserId; at line 147 of EditUsers.ascx.cs or Membership would throw an exception because ViewState["UserId"] was never getting set.

Also in Chrome (at least) the logo (.navbar-brand > img) is getting set to display: block and it's causing the text to the right (BugNET) to fall below instead of immediately to the right.