Ajoute ou supprime des cercle aux posts

This commit is contained in:
Paul Schneider 2017-01-21 22:36:43 +01:00
commit d3e7942785
19 changed files with 199 additions and 67 deletions

View file

@ -146,7 +146,7 @@ namespace Yavsc.Controllers
{
Text = c.Name,
Value = c.Id.ToString(),
Selected = blog.ACL.Any(a=>a.CircleId==c.Id)
Selected = blog.AuthorizeCircle(c.Id)
} 
);
return View(blog);