Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #209

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 27 additions & 24 deletions composer.lock

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

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: bd8f85d5-f30b-499b-a336-575aef961b6f
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 7c545292-3762-4d52-ba08-cc0505f74da7
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 09de27fb-a4a3-4bc5-a7c8-cc9f880e82f8
langcode: en
status: true
dependencies:
Expand Down Expand Up @@ -29,52 +30,52 @@ content:
type: tpr_service_err_channel_list
label: hidden
settings:
view_mode: default
sort_order:
ESERVICE:
label: E-service
weight: '0'
show: 0
show: false
weight: 0
CHAT:
label: Chat
show: '1'
weight: '1'
show: true
weight: 1
EMAIL:
label: Email
show: '1'
weight: '2'
show: true
weight: 2
TELEPHONE:
label: Telephone
show: '1'
weight: '3'
show: true
weight: 3
PRINTABLE_FORM:
label: Form
show: '1'
weight: '4'
show: true
weight: 4
LOCAL:
label: 'Local service'
weight: '5'
show: 0
show: false
weight: 5
SMS:
label: SMS
weight: '6'
show: 0
show: false
weight: 6
WEBPAGE:
label: Webpage
weight: '7'
show: 0
show: false
weight: 7
MAIL:
label: 'Postal mail'
weight: '8'
show: 0
show: false
weight: 8
TELEFAX:
label: Telefax
weight: '9'
show: 0
show: false
weight: 9
OFFICE:
label: 'Service point'
weight: '99'
show: 0
show: false
weight: 99
view_mode: default
third_party_settings: { }
weight: 2
region: content
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: c2185254-f8ef-4d52-b65d-8046ab2a18a8
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 7aced859-b228-43a0-937a-c8f419e81ea5
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 55b4d8a2-7bc3-4cf1-9ff3-d07ebe3e3884
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: 304b99af-29a3-4c87-9612-56d659d7e7f6
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
uuid: c9c30368-8521-4a92-8807-12d2cb0a2e5e
langcode: en
status: true
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ is_admin: false
permissions:
- 'access content'
- 'display eu cookie compliance popup'
- 'restful get helfi_global_mobile_menu'
- 'view media'
- 'view remote entities'
- 'view tpr_service'
- 'view tpr_unit'
- 'restful get helfi_global_mobile_menu'
4 changes: 2 additions & 2 deletions conf/cmi/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ weight: 1
is_admin: false
permissions:
- 'access content'
- 'access toolbar'
- 'display eu cookie compliance popup'
- 'restful get helfi_global_mobile_menu'
- 'view media'
- 'view remote entities'
- 'access toolbar'
- 'restful get helfi_global_mobile_menu'
2 changes: 1 addition & 1 deletion conf/cmi/user.role.read_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ weight: 2
is_admin: null
permissions:
- 'access toolbar'
- 'view any unpublished announcement content'
- 'view any unpublished landing_page content'
- 'view any unpublished page content'
- 'view unpublished paragraphs'
- 'view any unpublished announcement content'
- 'view unpublished tpr_errand_service'
- 'view unpublished tpr_service'
- 'view unpublished tpr_service_channel'
Expand Down
Loading