Skip to content

Commit

Permalink
Merge pull request #883 from City-of-Helsinki/UHF-11017
Browse files Browse the repository at this point in the history
UHF-11017: Visual regression tests for Image Gallery paragraph
  • Loading branch information
teroelonen authored Jan 10, 2025
2 parents 0f031b1 + b4fa6e2 commit 444d9da
Show file tree
Hide file tree
Showing 5 changed files with 2,421 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helfi_platform_config.module
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ function helfi_platform_config_form_alter(&$form, FormStateInterface $form_state
'#title' => new TranslatableMarkup('Published'),
'#default_value' => $redirect->isPublished(),
];
};
}
}
}

Expand Down
4 changes: 2 additions & 2 deletions modules/helfi_react_search/src/LinkedEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function parseParams(string $url) : array {
$params['end'] = 'today';
break;

case 'tomorrow';
case 'tomorrow':
$params['start'] = date('Y-m-d', strtotime('tomorrow'));
$params['end'] = date('Y-m-d', strtotime('tomorrow'));
break;
Expand Down Expand Up @@ -440,7 +440,7 @@ protected function categoriesToKeywords(string $categories) : string {
};

$keywords = array_merge($map, $keywords);
};
}

return implode(',', $keywords);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
_meta:
version: '1.0'
entity_type: menu_link_content
uuid: d4d64c29-abc2-4e7e-94b2-7fc3bab25159
bundle: menu_link_content
default_langcode: en
depends:
3b444534-9ba6-4fda-a29e-374ba87b5bd1: menu_link_content
c0aeeda3-54e5-4a08-b742-3b9c24b4f0b6: node
default:
enabled:
-
value: true
title:
-
value: 'DC: Image gallery'
menu_name:
-
value: main
link:
-
target_uuid: c0aeeda3-54e5-4a08-b742-3b9c24b4f0b6
title: ''
options: { }
external:
-
value: false
rediscover:
-
value: false
weight:
-
value: 0
expanded:
-
value: false
parent:
-
value: 'menu_link_content:3b444534-9ba6-4fda-a29e-374ba87b5bd1'
revision_translation_affected:
-
value: true
content_translation_source:
-
value: und
content_translation_outdated:
-
value: false
content_translation_uid:
-
target_id: 1
content_translation_status:
-
value: true
content_translation_created:
-
value: 1736437180
Loading

0 comments on commit 444d9da

Please sign in to comment.