re-fixes the command creation
A pro now may have specified several activities; Since, the query creation was broken
This commit is contained in:
parent
c0f3edfdda
commit
8b65d329c6
3 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@model BookQuery
|
||||
@{
|
||||
ViewData["Title"] = SR["Book "+Model.PerformerProfile.ActivityCode];
|
||||
ViewData["Title"] = SR["Book "+ViewBag.Activity.Code];
|
||||
}
|
||||
@section header{
|
||||
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue