Skip to content

Commit

Permalink
PE-581 Fix "All News" link under Group's page on Employee site (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxwang authored Mar 1, 2024
1 parent eed5c06 commit db34508
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions web/sites/default/config/search_api.index.full_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ field_settings:
fields:
- 'entity:media/field_display_in_group'
- 'entity:node/field_display_in_group'
Expand Down
12 changes: 6 additions & 6 deletions web/sites/default/config/views.view.group_search_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ display:
use_more: true
use_more_always: true
use_more_text: 'More Events'
link_display: page_group_events
link_url: ''
link_display: custom_url
link_url: '/group/{{ raw_arguments.field_display_in_group }}/events'
header: { }
display_comment: ''
display_extenders: { }
Expand Down Expand Up @@ -681,8 +681,8 @@ display:
use_more: true
use_more_always: true
use_more_text: 'All News'
link_display: page_group_news
link_url: ''
link_display: custom_url
link_url: '/group/{{ raw_arguments.field_display_in_group }}/news'
header: { }
display_extenders: { }
block_description: 'Group News'
Expand Down Expand Up @@ -1084,8 +1084,8 @@ display:
use_more: false
use_more_always: false
use_more_text: 'More Events'
link_display: page_group_events
link_url: ''
link_display: custom_url
link_url: '/group/{{ raw_arguments.field_display_in_group }}/events'
header: { }
display_comment: ''
display_extenders: { }
Expand Down

0 comments on commit db34508

Please sign in to comment.