This commit is contained in:
2017-01-14 13:50:37 +01:00
parent bad14bbcd8
commit 64c8e32d22

View File

@ -56,7 +56,6 @@ namespace Yavsc.Controllers
ViewBag.YetAvailableInstruments = _context.Instrument.Select(k=>new SelectListItem
{ Text = k.Name, Value = k.Id.ToString(), Disabled = ownedArray.Contains(k.Id) });
return View(new Instrumentation { UserId = uid });
}