Skip to content

Commit

Permalink
Fixed wrong default filter for default collection
Browse files Browse the repository at this point in the history
refs #9601

- while i was testing different collections and different filters, i somehow thought that the default
  collection does not contain featured posts 😀 🙊
- this is wrong (!!!!)
- the url service is not yet connected
- so: this is not a bug
  • Loading branch information
kirrg001 committed Apr 25, 2018
1 parent 02abe38 commit 2a1be37
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/server/services/channels/Channels2.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ const collection1 = new Collection({
value: '/{settings.permalinks}/'
},
config: {
type: 'posts',
options: {
filter: 'featured:false'
}
type: 'posts'
}
});

Expand Down

0 comments on commit 2a1be37

Please sign in to comment.