Commit after merge
This commit is contained in:
commit
6f75325b36
6 changed files with 7 additions and 43 deletions
|
@ -170,6 +170,7 @@ namespace WebsitePanel.Portal
|
|||
// bind item to controls
|
||||
usernameControl.Text = item.Name;
|
||||
usernameControl.EditMode = true;
|
||||
|
||||
foreach (string user in item.Users)
|
||||
{
|
||||
ListItem li = dlUsers.Items.FindByValue(user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue