Skip to content

Commit 3954cd3

Browse files
authored
Merge pull request #633 from itk-dev/hotfix/handle-orphaned-paragraphs
Hotfix/handle orphaned paragraphs
2 parents 91b7523 + 278377a commit 3954cd3

28 files changed

Lines changed: 254 additions & 115 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
* [633](https://github.com/itk-dev/deltag.aarhus.dk/pull/633)
10+
Added handling of orphaned timeline note paragraphs.
911
* [PR-630](https://github.com/itk-dev/deltag.aarhus.dk/pull/630)
1012
* Updated accessibility
1113
* Added back to dialogue buttons.

config/sync/block.block.claro_breadcrumbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provider: null
1616
plugin: system_breadcrumb_block
1717
settings:
1818
id: system_breadcrumb_block
19-
label: Breadcrumbs
19+
label: Brødkrummer
2020
label_display: '0'
2121
provider: system
2222
visibility: { }

config/sync/block.block.claro_content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provider: null
1616
plugin: system_main_block
1717
settings:
1818
id: system_main_block
19-
label: 'Main page content'
19+
label: 'Primært sideindhold'
2020
label_display: '0'
2121
provider: system
2222
visibility: { }

config/sync/core.entity_form_display.node.dialogue.default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ third_party_settings:
6666
children:
6767
- field_project_reference
6868
- field_hide_in_timeline
69-
label: 'Projektreference'
69+
label: Projektreference
7070
region: hidden
7171
parent_name: group_information
7272
weight: 32

config/sync/core.entity_view_mode.comment.full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
_core:
88
default_config_hash: N4mUjXpPckUkVRY1PbKw4GGoL1i2ECU7PL3EreiKStk
99
id: comment.full
10-
label: 'Full comment'
10+
label: 'Fuld kommentar'
1111
description: ''
1212
targetEntityType: comment
1313
cache: true

config/sync/field.field.node.course.field_project_reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ id: node.course.field_project_reference
1010
field_name: field_project_reference
1111
entity_type: node
1212
bundle: course
13-
label: 'Projektreference'
13+
label: Projektreference
1414
description: ''
1515
required: false
1616
translatable: false

config/sync/locale.settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
langcode: da
22
translation:
3-
use_source: local
3+
use_source: remote_and_local
44
overwrite_customized: false
55
overwrite_not_customized: true
66
update_interval_days: 0

config/sync/publishcontent.settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ui_localtask: false
55
ui_checkbox: true
66
create_revision: false
77
create_log_entry: false
8-
publish_text_value: Publish
9-
unpublish_text_value: Unpublish
8+
publish_text_value: Udgiv
9+
unpublish_text_value: 'Træk tilbage'

config/sync/system.action.comment_save_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
_core:
88
default_config_hash: lfyE_snmvfg_EQ3VDyhUtGAXgmqtEiqa46I3bTMg8DU
99
id: comment_save_action
10-
label: 'Save comment'
10+
label: 'Gem kommentar'
1111
type: comment
1212
plugin: 'entity:save_action:comment'
1313
configuration: { }

config/sync/system.action.webform_delete_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
_core:
88
default_config_hash: e1bCTp0ryXZZtnS9nlVAbtoWz3-8fmbNlqKY3GHzbsM
99
id: webform_delete_action
10-
label: 'Delete webform'
10+
label: 'Slet webform'
1111
type: webform
1212
plugin: webform_delete_action
1313
configuration: { }

0 commit comments

Comments
 (0)