From a793243663af8fb4360d7461de418986aa70bd75 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Fri, 22 Mar 2019 08:06:13 +0100 Subject: [PATCH] =?UTF-8?q?Fixes=20#8113.=20Fehler=20in=20Dokumentation=20?= =?UTF-8?q?f=C3=BCr=20Default=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extension/Documentation/Manual.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index cd069e4e3..53ae5941d 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -2853,8 +2853,7 @@ FE: Value By default this field is empty: QFQ will fill it with the corresponding existing column value on form load. For a customized default value define: :: - {{SELECT IF('{{column:RE}}'='','custom default',{{column:R}}) }} - + {{SELECT IF('{{column:RE}}'='','custom default', '{{column:R}}') }} For non primary records, this is the place to load an existing value. E.g. we're on a 'Person' detail form and would like to edit, on the same form, a corresponding person email address (which is in a separate table): :: -- GitLab