Actions
Bug #91336
closeddatabase fields containing underscores are ignored by the slug-generator
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-05-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
slug fields underscore
Complexity:
Is Regression:
Sprint Focus:
Description
All fields containing underscores connot be used for slug generation.
They are also ignored in the the array $param['record'] given to the postModifiers. So there's no chance to get values of such fields inside the postModifier. The only possibility is the uid itself, but the isn't a uid yet for new records.
Actions