Exclude closed stories from the Tag.stories collection
This commit is contained in:
parent
59a8546b91
commit
5fc69bd305
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ stories.local = id
|
|||
stories.foreign = tag_id
|
||||
stories.filter.additionalTables = content
|
||||
stories.filter = content.site_id = ${site_id} and tagged_type = 'Story' \
|
||||
and content.id = tagged_id
|
||||
and content.id = tagged_id and content.status <> 'closed'
|
||||
stories.order = content.created desc
|
||||
|
||||
images = collection(TagHub)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue