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

Also available in: Atom PDF