Feature #41448
closedAllow to force sys_language_uid to "All" for new records in the default language
0%
Description
Currently it's not possible to force the language field of new records to "All" (TCAdefaults.tt_content.sys_language_uid = -1) for records in the default language. The field value is always overwritten by the incoming default wizard data (class.t3lib_transferdata.php).
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Riccardo De Contardi over 4 years ago
This issue seems still present on 10.4.0-dev (latest master)
Updated by Benni Mack over 4 years ago
Of course, the new content element wizard hands in a defined "sys_language_uid" parameter due to sorting & language & colPos constraints. I highly recommend to avoid language=-1 everywhere, instead we should fine better solutions in Core to overcome the need for sys_language_uid=-1
Updated by Riccardo De Contardi over 3 years ago
- Related to Epic #93291: Remove sys_language_uid=-1 added
Updated by leon jänicke over 1 year ago
- Related to Epic #101557: Translation Handling Findings added
Updated by Benni Mack 5 months ago
- Status changed from New to Rejected
See my comment 4 years ago. Nowadays there is also a translation initative ensuring to get rid of "-1" as DB value.
I will close this issue now. If you feel this is the wrong decision, let me know and I can re-open the issue.