Actions
Bug #95957
closedInvalid path to translation must not throw exception UnknownPackagePathException
Status:
Closed
Priority:
Must have
Assignee:
Category:
Localization
Target version:
Start date:
2021-11-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Since #95839 an invalid path throws an exception. use case is e.g. mask with mask_export which still renders a template with
<f:translate key="LLL:EXT:lang/locallang_tca.xlf:sys_file_reference.uid_local" />
which is reported at https://github.com/IchHabRecht/mask_export/pull/184
the backend must keep working if the extension is not available
Actions