Skip to content

Commit c7a02d5

Browse files
author
Lauri Kolehmainen
authored
Merge pull request #178 from City-of-Helsinki/dev
Release 2022-11-30
2 parents af00587 + bc949c4 commit c7a02d5

8 files changed

Lines changed: 203 additions & 208 deletions

composer.lock

Lines changed: 176 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,4 @@ content:
312312
hidden:
313313
created: true
314314
hide_description: true
315+
ontologyword_ids: true

conf/cmi/field.storage.paragraph.field_list_of_links_design.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ settings:
1919
-
2020
value: without-image
2121
label: 'Without image'
22-
-
23-
value: without-image-desc
24-
label: 'Without image and description'
2522
allowed_values_function: ''
2623
module: options
2724
locked: false

conf/cmi/language/fi/field.storage.paragraph.field_list_of_links_design.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ settings:
44
label: Kuvallinen
55
-
66
label: 'Ilman kuvaa'
7-
-
8-
label: 'Ilman kuvaa ja kuvausta'

conf/cmi/views.view.media_library.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,27 @@ display:
10721072
absolute: 0
10731073
output_url_as_text: 0
10741074
text: Edit
1075+
pager:
1076+
type: full
1077+
options:
1078+
offset: 0
1079+
items_per_page: 24
1080+
total_pages: null
1081+
id: 0
1082+
tags:
1083+
next: ››
1084+
previous: ‹‹
1085+
first: '« First'
1086+
last: 'Last »'
1087+
expose:
1088+
items_per_page: false
1089+
items_per_page_label: 'Items per page'
1090+
items_per_page_options: '6, 12, 24, 48'
1091+
items_per_page_options_all: false
1092+
items_per_page_options_all_label: '- All -'
1093+
offset: false
1094+
offset_label: Offset
1095+
quantity: 9
10751096
access:
10761097
type: perm
10771098
options:
@@ -1275,27 +1296,6 @@ display:
12751296
rendering_language: '***LANGUAGE_language_interface***'
12761297
display_extenders: { }
12771298
path: admin/content/media-widget
1278-
pager:
1279-
type: full
1280-
options:
1281-
offset: 0
1282-
items_per_page: 24
1283-
total_pages: null
1284-
id: 0
1285-
tags:
1286-
next: ››
1287-
previous: ‹‹
1288-
first: '« First'
1289-
last: 'Last »'
1290-
expose:
1291-
items_per_page: false
1292-
items_per_page_label: 'Items per page'
1293-
items_per_page_options: '6, 12, 24, 48'
1294-
items_per_page_options_all: false
1295-
items_per_page_options_all_label: '- All -'
1296-
offset: false
1297-
offset_label: Offset
1298-
quantity: 9
12991299
cache_metadata:
13001300
max-age: -1
13011301
contexts:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
redis:
4747
container_name: "${COMPOSE_PROJECT_NAME}-redis"
4848
image: redis:7-alpine
49+
command: [sh, -c, "rm -f /data/dump.rdb && redis-server --save ''"]
4950
networks:
5051
- internal
5152
db:

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<env name="DTT_MINK_DRIVER_ARGS" value='["chrome", {"chromeOptions":{"w3c": false }}, "http://127.0.0.1:4444"]'/>
1717
<env name="DTT_API_OPTIONS" value='{"socketTimeout": 360, "domWaitTimeout": 3600000}' />
1818
<env name="DTT_API_URL" value="http://127.0.0.1:9222"/>
19-
<env name="DTT_BASE_URL" value="http://127.0.0.1:8888"/>
19+
<env name="DTT_BASE_URL" value="http://127.0.0.1:8080"/>
2020
</php>
2121
<testsuites>
2222
<testsuite name="unit">

tools/make/project/install.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ PHONY += drush-locale-update
3131
drush-locale-update: ## Update translations.
3232
$(call step,Update translations...)
3333
$(call drush,state:set locale.translation_last_checked 0)
34-
$(call drush_on_docker,locale:check)
35-
$(call drush_on_docker,locale:update)
36-
$(call drush_on_docker,cr)
34+
$(call drush,locale:check)
35+
$(call drush,locale:update)
36+
$(call drush,cr)
3737
$(call step,Import custom translations...)
3838
$(call drush,helfi:locale-import helfi_platform_config)

0 commit comments

Comments
 (0)