Commit 251f886bece8584211b0c032c4a3677d9a7f6885
Exists in
master
and in
14 other branches
Merge branch 'list_articles_on_blog' into 'master'
List articles on blog Lista all text articles in blog list See merge request !31
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/article/types/blog/blog.component.ts
@@ -31,7 +31,7 @@ export class ArticleBlogComponent { | @@ -31,7 +31,7 @@ export class ArticleBlogComponent { | ||
31 | 31 | ||
32 | loadPage() { | 32 | loadPage() { |
33 | let filters = { | 33 | let filters = { |
34 | - content_type: "TinyMceArticle", | 34 | + content_type: "TextArticle", |
35 | per_page: this.perPage, | 35 | per_page: this.perPage, |
36 | page: this.currentPage | 36 | page: this.currentPage |
37 | }; | 37 | }; |