From 53e003d8b204b2c2646d0b87c383725e37f9d45e Mon Sep 17 00:00:00 2001 From: enured <enis.nuredini@uzh.ch> Date: Tue, 6 Dec 2022 15:09:26 +0100 Subject: [PATCH] F5715: Fixed documentation. refs #5715 --- Documentation/Report.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Report.rst b/Documentation/Report.rst index a8a4dafd1..30889bfde 100644 --- a/Documentation/Report.rst +++ b/Documentation/Report.rst @@ -788,7 +788,7 @@ Column: _link +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ | | |Delete record | x[:a|r|c] |x, x:r, x:c |a: ajax (only QFQ internal used), r: report (default), c: close (current page, open last page) | +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -| | |Cache | cache[:<table>/<id>[/column]][,]] |cache, |Creates file in cache folder for faster access. Newer modified files will be detected and old cached file overwritten. | +| | |Cache | cache[:table/id[/column]][,]] |cache, |Creates file in cache folder for faster access. Newer modified files will be detected and old cached file overwritten. | | | | | |cache:table1/23/column |For on the fly rendered files like pdf there are parameter options as modified date. Usable with Downloads(pdf, zip, excel, file) | +---+---+--------------+-----------------------------------+---------------------------+----------------------------------------------------------------------------------------------------------------------------------------+ -- GitLab