Merge Request #31

Merged
noosfero-themes/angular-theme!31
Created by Leandro Santos

List articles on blog

Lista all text articles in blog list

Assignee: None
Milestone: 2016.05

Merged by Carlos Purificação

Commits (1)
2 participants
src/app/article/types/blog/blog.component.ts
... ... @@ -31,7 +31,7 @@ export class ArticleBlogComponent {
31 31  
32 32 loadPage() {
33 33 let filters = {
34   - content_type: "TinyMceArticle",
  34 + content_type: "TextArticle",
35 35 per_page: this.perPage,
36 36 page: this.currentPage
37 37 };
... ...