traque les éditions de billet
This commit is contained in:
parent
3627ea25ad
commit
fa6f65c625
4 changed files with 1 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ namespace Yavsc.Controllers
|
|||
return UserPosts(id);
|
||||
return View(_context.Blogspot.Include(
|
||||
b => b.Author
|
||||
).Where(p => p.Visible || p.AuthorId == uid ).OrderByDescending(p => p.UserCreated)
|
||||
).Where(p => p.Visible || p.AuthorId == uid ).OrderByDescending(p => p.DateCreated)
|
||||
.Skip(skip).Take(maxLen));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue