Skip to content
Snippets Groups Projects
Commit 44fed86d authored by git's avatar git Committed by Fido van den Bos
Browse files

Issue #2981825 by jorgvloet: Notice: Undefined index: revision_id and Notice:...

Issue #2981825 by jorgvloet: Notice: Undefined index: revision_id and Notice: Undefined index: rev_id_current when exporting custom blocks
parent 5d87cf44
Branches
Tags
No related merge requests found
......@@ -65,6 +65,8 @@ public function exportBlocks(array $form = NULL, FormStateInterface $form_state
'langcode' => $block->langcode->getValue()[0]['value'],
'uuid' => $block->uuid(),
'bundle' => $block->bundle(),
'revision_id' => null,
'rev_id_current' => null,
];
$entityFieldManager = StructureSyncHelper::getEntityFieldManager();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment