Project

General

Profile

Bug #99381

Updated by Helmut Hummel over 1 year ago

h2. Given the following configuration: 

 TCA/tt_content/types/menu_pages/columnsOverrides/sys_language_uid/config =  

 default = 0 
 renderType = hidden 
 type = input 

 h2. When I create a record of type menu_pages in sys_language_uid = 4 via page module 


 The reason for that is the change in #86876 which does not respect a default value set in "defaultValues" 
 h2. I expect the sys_language_uid is rendered as hidden field with value 4 in HTML of the editing form 

 h2. Currently the hidden field has the value 0 

 The reason for that is the change in #86876 which does not respect a default value set in "defaultValues" 

Back