Skip to content

Commit

Permalink
Merge pull request #139 from City-of-Helsinki/UHF-2665_service_units
Browse files Browse the repository at this point in the history
UHF-2665: Service units
  • Loading branch information
khalima authored Oct 28, 2021
2 parents a5dfb8f + 5f89a37 commit 77f3c7a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions conf/cmi/views.view.service_units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
position: 0
display_options:
access:
Expand Down Expand Up @@ -50,7 +50,7 @@ display:
pager:
type: infinite_scroll
options:
items_per_page: 8
items_per_page: 5
offset: 0
id: 0
total_pages: null
Expand All @@ -66,7 +66,7 @@ display:
offset: false
offset_label: Offset
views_infinite_scroll:
button_text: 'Load more service locations'
button_text: 'Load more service points'
automatically_load_content: false
initially_load_all_pages: false
style:
Expand Down
7 changes: 4 additions & 3 deletions conf/cmi/views.view.tpr_service_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
position: 0
display_options:
access:
Expand All @@ -39,7 +39,7 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
submit_button: Filter
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
Expand Down Expand Up @@ -724,7 +724,8 @@ display:
display_title: Page
position: 1
display_options:
display_extenders: { }
display_extenders:
metatag_display_extender: { }
path: admin/content/integrations/tpr-service
rendering_language: '***LANGUAGE_entity_translation***'
cache_metadata:
Expand Down
7 changes: 4 additions & 3 deletions conf/cmi/views.view.tpr_unit_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
position: 0
display_options:
access:
Expand All @@ -39,7 +39,7 @@ display:
exposed_form:
type: basic
options:
submit_button: Apply
submit_button: Filter
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
Expand Down Expand Up @@ -724,7 +724,8 @@ display:
display_title: Page
position: 1
display_options:
display_extenders: { }
display_extenders:
metatag_display_extender: { }
path: admin/content/integrations/tpr-unit
rendering_language: '***LANGUAGE_entity_translation***'
cache_metadata:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/views.view.unit_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ display:
default:
display_plugin: default
id: default
display_title: Master
display_title: Default
position: 0
display_options:
access:
Expand Down

0 comments on commit 77f3c7a

Please sign in to comment.