Skip to content

Commit

Permalink
Merge pull request #498 from City-of-Helsinki/UHF-9354_node_packages
Browse files Browse the repository at this point in the history
UHF-9354 Node packages
  • Loading branch information
khalima authored Nov 24, 2023
2 parents 99ea29f + dd50294 commit 25b7785
Show file tree
Hide file tree
Showing 6 changed files with 3,366 additions and 2,438 deletions.
2 changes: 1 addition & 1 deletion public/modules/custom/helfi_group/helfi_group.module
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function helfi_group_form_node_form_alter(
): void {
$form['actions']['submit']['#submit'][] = 'helfi_group_menuitem_set_content_translation_status';

if ($form['menu']) {
if ($form['menu'] && array_key_exists('link', $form['menu'])) {
$menu_parent = $form['menu']['link']['menu_parent']['#default_value'];
if (!$menu_parent) {
return;
Expand Down
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
20.10.0
Loading

0 comments on commit 25b7785

Please sign in to comment.