Skip to content

Commit

Permalink
Merge pull request #513 from City-of-Helsinki/UHF-9575
Browse files Browse the repository at this point in the history
UHF-9575: adding distinct true removes duplicates from filtered rss feed
  • Loading branch information
rpnykanen authored Jan 22, 2024
2 parents 4e80ae6 + 1540963 commit 3a7e2b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/cmi/views.settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
_core:
default_config_hash: uZHsLrDp1ThO0RvupHKcPzLOyVvWexm58JTTHNDo7yc
display_extenders: { }
skip_cache: false
sql_signature: false
ui:
show:
Expand Down Expand Up @@ -46,3 +45,4 @@ field_rewrite_elements:
ins: INS
q: Q
s: S
skip_cache: false
11 changes: 9 additions & 2 deletions conf/cmi/views.view.news_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user
- 'user.node_grants:view'
tags:
- 'config:field.storage.node.field_lead_in'
Expand Down Expand Up @@ -1262,8 +1261,17 @@ display:
content:
views_rss_core:
encoded: ''
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: true
replica: false
query_tags: { }
defaults:
access: true
query: false
css_class: false
relationships: false
fields: false
Expand Down Expand Up @@ -1291,7 +1299,6 @@ display:
- 'languages:language_content'
- 'languages:language_interface'
- url
- user
- 'user.node_grants:view'
tags:
- 'config:field.storage.node.field_lead_in'
Expand Down

0 comments on commit 3a7e2b9

Please sign in to comment.