Project

General

Profile

Actions

Bug #13659

open

wrong sanitize class applied to R-store

Added by Nicola Chiapolini about 2 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
14.01.2022
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

11.sql = SELECT "hallo" AS type
11.content = hide

20.sql = SELECT '{{type:R0}}'

output:
!!digit!!

(any other name then type works :-)

Actions #1

Updated by Nicola Chiapolini about 2 years ago

I found another name that does not work

11.sql = SELECT "hallo" AS r
11.content = hide

20.sql = SELECT '{{r:R0}}'

output:
!!digit!!

(this exists for SIP-Store as well, which is bad, when records are identified by shortnames...)

Actions

Also available in: Atom PDF