Project

General

Profile

Actions

Bug #12395

open

QFQ Function: Result two times shown

Added by Carsten Rose about 3 years ago. Updated about 2 months ago.

Status:
Priorize
Priority:
High
Assignee:
Carsten Rose
Target version:
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)

 
Actions

Also available in: Atom PDF