Project

General

Profile

Bug #12015

Updated by Marc Egger about 3 years ago

*Problem:* 
 Form names are case sensitive since the introduction of form as file. 
 In the old form list reports the form "form" is referred to as "Form" which is invalid. 

 *Solution:*  
 Instead of updating all form-list reports we internalize the form-list report into the qfq extension. 

 * the default form-list report is saved in: qfq/extension/Resources/Private/Report/formEditor.qfqr qfq/extension/Resources/Private/Report/formListEditor.qfqr 
 * If the line "file=_formEditor" "file=_formListEditor" is present in a report then the above report file is rendered instead of the tt-content bodytext. 
 * To enforce usage of the new form-list we throw an exception on QFQ update if the line "file=_formEditor" "file=_formListEditor" is not present in any tt-content bodytext.

Back