Comment 1 for bug 1472581

Revision history for this message
Alex (ddrmoscow) wrote :

The same SGQ story with questionnaireprefill.php

To show SGQ code in selector change
" CASE WHEN qo.question IS NULL THEN q.question ELSE CONCAT(qo.question,' : ',q.question) END as description "
to
" CONCAT( q.sid, 'X', q.gid, 'X', q.qid, ' -> ' , CASE WHEN qo.question IS NULL THEN q.question ELSE CONCAT(qo.question,' : ',q.question) END) as description "