mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
grrrr
This commit is contained in:
parent
1b15a34906
commit
6623a72766
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public ActionResult AddUserToRole(string id)
|
||||||
model.Roles.Add(new SelectListItem
|
model.Roles.Add(new SelectListItem
|
||||||
{
|
{
|
||||||
Text = converted.Name,
|
Text = converted.Name,
|
||||||
Value = converted.Id
|
Value = converted.Name
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
model.Users = new List<SelectListItem>();
|
model.Users = new List<SelectListItem>();
|
||||||
|
|
Loading…
Reference in a new issue