Project

General

Profile

Bug #69433

Updated by Björn Jacob over 8 years ago

When loading the wizard the field values for "Message" and "Error" are not loaded or stored properly. When loading the fields contain the string "false". When storing no value is saved and the TS output stays empty. 

 It does not seem to be a regression caused by 07bc69344ee6b0f7956df2c11bea227115f8acc8. Tested it with dded3acdf4a47065b5a8ce21e74a19f22a7b534d. There the same problem exists. 

 Steps to reproduce: 

 # Create new content element of type "form". 
 # Open wizard and insert element of type "textarea". 
 # Set name and value. 
 # Add validation of type "Required". 
 # You see the above mentioned fields with the value "false". 
 # Storing with "false" is possible -> TS contains no values at all. 
 # Opening the wizard again and entering values works.

Back