Merge Request #31
← To merge requests
From
list_articles_on_blog
into
master
List articles on blog
Lista all text articles in blog list
Commits (1)
Showing
1 changed file
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 | }; |
-
Reassigned to @carloseugenio
-
Assignee removed
-
mentioned in commit 251f886bece8584211b0c032c4a3677d9a7f6885
started a discussion on commit
f23dc573
src/app/article/types/blog/blog.component.ts
started a discussion on commit
f23dc573