--- 2820848-129_0.patch 2017-07-19 16:57:01.000000000 +0200 +++ patches/2820848-148.patch 2017-08-15 01:18:25.068949210 +0200 @@ -1,5 +1,5 @@ diff --git a/core/modules/block_content/block_content.install b/core/modules/block_content/block_content.install -index 6af2ac4..c6556e7 100644 +index 6af2ac4e8f..c6556e719c 100644 --- a/core/modules/block_content/block_content.install +++ b/core/modules/block_content/block_content.install @@ -6,6 +6,23 @@ @@ -82,7 +82,7 @@ index 6af2ac4..c6556e7 100644 + } } diff --git a/core/modules/block_content/src/BlockContentAccessControlHandler.php b/core/modules/block_content/src/BlockContentAccessControlHandler.php -index d0c19c5..7079ef4 100644 +index d0c19c56df..7079ef4849 100644 --- a/core/modules/block_content/src/BlockContentAccessControlHandler.php +++ b/core/modules/block_content/src/BlockContentAccessControlHandler.php @@ -19,7 +19,8 @@ class BlockContentAccessControlHandler extends EntityAccessControlHandler { @@ -96,7 +96,7 @@ index d0c19c5..7079ef4 100644 return parent::checkAccess($entity, $operation, $account); } diff --git a/core/modules/block_content/src/BlockContentInterface.php b/core/modules/block_content/src/BlockContentInterface.php -index 130cae1..75fdc59 100644 +index 130cae1c3c..75fdc5979b 100644 --- a/core/modules/block_content/src/BlockContentInterface.php +++ b/core/modules/block_content/src/BlockContentInterface.php @@ -4,12 +4,13 @@ @@ -115,7 +115,7 @@ index 130cae1..75fdc59 100644 /** * Returns the block revision log message. diff --git a/core/modules/block_content/src/Entity/BlockContent.php b/core/modules/block_content/src/Entity/BlockContent.php -index 76071df..7430fd9 100644 +index 66a7a8fa43..3c8858ff88 100644 --- a/core/modules/block_content/src/Entity/BlockContent.php +++ b/core/modules/block_content/src/Entity/BlockContent.php @@ -2,8 +2,7 @@ @@ -191,14 +191,14 @@ index 76071df..7430fd9 100644 - ->setSetting('target_type', 'user') - ->setRevisionable(TRUE); - - $fields['revision_translation_affected'] = BaseFieldDefinition::create('boolean') - ->setLabel(t('Revision translation affected')) - ->setDescription(t('Indicates if the last edit of a translation belongs to current revision.')) + return $fields; + } + diff --git a/core/modules/block_content/src/Tests/BlockContentUpdateTest.php b/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php similarity index 57% rename from core/modules/block_content/src/Tests/BlockContentUpdateTest.php rename to core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php -index 77c12c6..888607e 100644 +index 77c12c653b..888607e543 100644 --- a/core/modules/block_content/src/Tests/BlockContentUpdateTest.php +++ b/core/modules/block_content/src/Tests/Update/BlockContentUpdateTest.php @@ -1,6 +1,6 @@ @@ -256,7 +256,7 @@ index 77c12c6..888607e 100644 } diff --git a/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php b/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php new file mode 100644 -index 0000000..026b0e5 +index 0000000000..026b0e5c21 --- /dev/null +++ b/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php @@ -0,0 +1,47 @@ @@ -308,7 +308,7 @@ index 0000000..026b0e5 + +} diff --git a/core/modules/content_translation/content_translation.install b/core/modules/content_translation/content_translation.install -index 67b161c..5ee9ea8 100644 +index 67b161c5e2..5ee9ea8718 100644 --- a/core/modules/content_translation/content_translation.install +++ b/core/modules/content_translation/content_translation.install @@ -59,6 +59,7 @@ function content_translation_update_8400() {