starting a tagger component
This commit is contained in:
parent
3fe818b4f1
commit
22e5259b91
9 changed files with 291 additions and 3 deletions
|
|
@ -106,7 +106,9 @@ namespace Yavsc.Controllers
|
|||
|
||||
Blog blog = _context.Blogspot.Include(
|
||||
b => b.Author
|
||||
).Include(p => p.ACL).Single(m => m.Id == id);
|
||||
)
|
||||
.Include(p=>p.Tags)
|
||||
.Include(p => p.ACL).Single(m => m.Id == id);
|
||||
if (blog == null)
|
||||
{
|
||||
return HttpNotFound();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue