Actions
Bug #12015
closedForm instead of form in old form list report
Start date:
15.02.2021
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
Description
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
- If the line "file=_formEditor" 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" is not present in any tt-content bodytext.
Related issues
Updated by Marc Egger over 2 years ago
- Related to Bug #11995: BUG: After Upgrade from 20.6.2 to 21.2.0 Forms can't be edited added
Updated by Marc Egger over 2 years ago
- Assignee changed from Marc Egger to Carsten Rose
I implemented the solution as stated above and opened a merge request.
Updated by Carsten Rose about 2 years ago
- Assignee changed from Carsten Rose to Marc Egger
Bitte als FormEditor den folgenden (mit Usage) ausliefern:
http://docs.qfq.io/en/develop/System.html#formeditor-with-usage
Updated by Marc Egger about 2 years ago
Carsten Rose wrote in #note-4:
Bitte als FormEditor den folgenden (mit Usage) ausliefern:
http://docs.qfq.io/en/develop/System.html#formeditor-with-usage
Erleditg. Habe dir einen merge request geoeffnet
Updated by Marc Egger about 2 years ago
- Assignee changed from Marc Egger to Carsten Rose
Updated by Carsten Rose about 2 years ago
- Status changed from New to Closed
- Target version changed from next5 to 21.3.1
Actions