Skip to content
Snippets Groups Projects

Issue #3445704: Cannot unset offset 'parent' on array{id: mixed, data-tt-id:...

Merged Alena Stanul requested to merge issue/token-3445704:3445704-cannot-unset-offset into 8.x-1.x
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -143,7 +143,6 @@ class TokenTreeTable extends Table {
}
elseif (!empty($token_info['parent'])) {
$row['data-tt-parent-id'] = static::cleanCssIdentifier($token_info['parent']);
unset($row['parent']);
}
return $row;
Loading