Project

General

Profile

Bug #9371

Updated by Marc Egger over 4 years ago

h2. Error Message 'r' parameter 

 When a multiform is opened with parameter r != 0 an error is shown. Either allow this behaviour or explain in error message that in multiform r must be set to 0 

 h2. _id does not work 

 minimal example that does not work: 

 in field 'Multi SQL' of Multiform: 

 <pre><code class="sql"> 
 {{! SELECT p.id AS _id, p.name    FROM person AS p ORDER BY p.id LIMIT 4 }} 
 </code></pre> 


Back