Project

General

Profile

Actions

Bug #89447

closed

The notification for an error while clearing the cache is not translatable

Added by Frank Nägler over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-10-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

if an error occurs while clearing the cache, a notification is triggered with static text, which can't be translated:

TypeScript/Toolbar/ClearCacheMenu.ts

Notification.error(
    'An error occurred',
    'An error occurred while clearing the cache. It is likely not all caches were cleared as expected.',
);

This message should use language labels to makes it possible to create translations for other languages.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88939: Custom CacheAction cannot send success state and custom flash messagesClosed2019-08-08

Actions
Actions #1

Updated by Frank Nägler over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review over 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62269

Actions #3

Updated by Gerrit Code Review over 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62269

Actions #4

Updated by Oliver Bartsch over 4 years ago

  • Related to Bug #88939: Custom CacheAction cannot send success state and custom flash messages added
Actions #5

Updated by Gerrit Code Review over 4 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62269

Actions #6

Updated by Oliver Bartsch over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF