Skip to content

Commit 329f672

Browse files
author
Joan He
authored
Merge pull request #2322 from magento-arcticfoxes/MAGETWO-89776
[ArcticFoxes] MAGETWO-89776: Release notification minor issues
2 parents 659c737 + 91aaab5 commit 329f672

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/ReleaseNotification/Ui/DataProvider/Modifier/Notifications.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ private function hideNotification(array $meta)
192192
*/
193193
private function getNotificationContent()
194194
{
195-
$version = $this->getTargetVersion();
196-
$edition = $this->productMetadata->getEdition();
197-
$locale = $this->session->getUser()->getInterfaceLocale();
195+
$version = strtolower($this->getTargetVersion());
196+
$edition = strtolower($this->productMetadata->getEdition());
197+
$locale = strtolower($this->session->getUser()->getInterfaceLocale());
198198

199199
$cacheKey = self::$cachePrefix . $version . "-" . $edition . "-" . $locale;
200200
$modalContent = $this->cacheStorage->load($cacheKey);

app/code/Magento/ReleaseNotification/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<default>
1010
<system>
1111
<release_notification>
12-
<content_url>raw.githubusercontent.com/magento-arcticfoxes/release-notification/master</content_url>
12+
<content_url>magento.com/release_notifications</content_url>
1313
<use_https>1</use_https>
1414
</release_notification>
1515
</system>

0 commit comments

Comments
 (0)