let's view the user's profile
This commit is contained in:
parent
5e2180aa20
commit
f6f5d0d7d8
1 changed files with 1 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ namespace Yavsc.Controllers
|
||||||
return View(new PerformerProfile
|
return View(new PerformerProfile
|
||||||
{
|
{
|
||||||
PerformerId = user.Id,
|
PerformerId = user.Id,
|
||||||
|
Performer = user,
|
||||||
OrganizationAddress = new Location()
|
OrganizationAddress = new Location()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue