Ajoute ou supprime des cercle aux posts
This commit is contained in:
parent
e35c0d23c2
commit
d3e7942785
19 changed files with 199 additions and 67 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue