re-fixes the command creation

A pro now may have specified several activities;
Since, the query creation was broken
This commit is contained in:
Paul Schneider 2017-01-15 20:49:53 +01:00
commit 8b65d329c6
3 changed files with 8 additions and 3 deletions

View file

@ -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"); }