Actions
Bug #12395
openQFQ Function: Result two times shown
Start date:
29.04.2021
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
No
Vote:
Description
Bei QFQ-Function scheint es so zu sein, das das result set zweimal ausgegben wird wird function und sql in einem Level vorkommen:
# Individual application 70 { function = FtgApplicationPdf(apId) => commandPdf sql = SELECT CONCAT('p:{{pageAlias:T}}&form=ap_ftg_dekanat&r=', ap.id, '|s|b|t:<span class="badge">', ap.id, '</span>') AS _page # Action , CONCAT( 'z' , CONCAT('||p:{{pageAlias:T}}&form=ap_ftg&r=', ap.id, '&formModeGlobal=requiredOff|t:Edit|s|q:Really Edit the Application?') # , CONCAT('||{{commandPdf:R}}|b:0') , CONCAT('||p:printview_ftg&type=1&apId=', ap.id, '|s|t:PrintView (debug)', IF({{isDev:R}}, '','|r:5')) ) AS _link , CONCAT(p.lastName, ', ', p.firstName)
Updated by Carsten Rose over 2 years ago
- Target version changed from next5 to next4
Updated by Carsten Rose over 2 years ago
- Target version changed from next4 to next3
Updated by Carsten Rose about 2 years ago
- Assignee changed from Carsten Rose to Enis Nuredini
- Priority changed from Normal to High
Updated by Carsten Rose about 2 years ago
- Target version changed from next3 to next2
Updated by Carsten Rose almost 2 years ago
- Target version changed from next2 to 24.3.0
Updated by Enis Nuredini almost 2 years ago
- Status changed from ToDo to Priorize
Updated by Enis Nuredini almost 2 years ago
- Status changed from Priorize to ToDo
Updated by Enis Nuredini almost 2 years ago
- Assignee changed from Enis Nuredini to Carsten Rose
Ich hab mich in die Logik reingearbeitet und wurde nicht ganz schlau daraus. Hilfreiche Breakpoints könnten folgende sein:
Report.php-> public function process(Zeile 240) | private function triggerReport ( Zeilen 536, 557, 583, 793)
$indexArray sollte beobachtet werden, wird jedoch mehrmals neu generiert. Wird auch in Schleife mit counter-Variable verglichen.
$indexArray steht wiederum in Zusammenhang mit $ttLineArray welches aus dem $bodyText (Report Seite) erzeugt wird.
Updated by Carsten Rose over 1 year ago
- Target version changed from 24.3.0 to 24.1.0
Updated by Carsten Rose about 1 year ago
- Target version changed from 24.1.0 to 23.12.2
- Prio Planung set to No
Actions