Actions
Bug #13659
openwrong sanitize class applied to R-store
Start date:
14.01.2022
Due date:
% Done:
0%
Estimated time:
Discuss:
Prio Planung:
Description
11.sql = SELECT "hallo" AS type
11.content = hide
20.sql = SELECT '{{type:R0}}'
output:!!digit!!
(any other name then type
works :-)
Updated by Nicola Chiapolini about 1 year 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