Skip to content

Commit

Permalink
Fixes bug: TVs were not getting parsed into Latest Articles Chunk
Browse files Browse the repository at this point in the history
* origin/pr/105:
  Fixes bug: TVs were not getting parsed into Latest Articles Chunk
  • Loading branch information
theboxer committed Dec 1, 2014
2 parents 2438c74 + 0601159 commit 1e1c902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/components/articles/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog for Articles.

- Fixes bug: TVs were not getting parsed into Latest Articles Chunk
- Fixes View and Close buttons
- Updated getPage to 1.2.4
- Fixed showing TVs below content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ public function getLatestPostsCall($placeholderPrefix = '') {
&hideContainers=`1`
&includeContent=`1`
&showHidden=`1`
&includeTVs=`'.$this->xpdo->getOption('archivesIncludeTVs',$settings,0).'`
&includeTVsList=`'.$this->xpdo->getOption('includeTVsList',$settings,'').'`
&processTVs=`'.$this->xpdo->getOption('archivesProcessTVs',$settings,0).'`
&processTVsList=`'.$this->xpdo->getOption('processTVsList',$settings,'').'`
&tpl=`'.$this->xpdo->getOption('latestPostsTpl',$settings,'sample.ArticlesLatestPostTpl').'`
&limit=`'.$this->xpdo->getOption('latestPostsLimit',$settings,5).'`
&offset=`'.$this->xpdo->getOption('latestPostsOffset',$settings,0).'`
Expand Down

0 comments on commit 1e1c902

Please sign in to comment.