From 66ae7f3b1349ba47723e49dbd5dd0edf91ac0f7d Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 7 Apr 2018 10:50:58 -0400 Subject: [PATCH] Schema: Accept variable substitution in [set_variable] root= and round= --- data/schema/core/actionwml.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema/core/actionwml.cfg b/data/schema/core/actionwml.cfg index ae050d99edeb..cb595557ca6b 100644 --- a/data/schema/core/actionwml.cfg +++ b/data/schema/core/actionwml.cfg @@ -960,12 +960,12 @@ {SIMPLE_KEY divide s_real} {SIMPLE_KEY modulo s_real} {SIMPLE_KEY abs s_bool} - {SIMPLE_KEY root root_base} + {SIMPLE_KEY root root_base,subst} {SIMPLE_KEY power s_real} {SIMPLE_KEY rand string_list} {SIMPLE_KEY time stamp} {SIMPLE_KEY string_length string} - {SIMPLE_KEY round rounding_method} + {SIMPLE_KEY round rounding_method,subst} {SIMPLE_KEY ipart s_real} {SIMPLE_KEY fpart s_real} {SIMPLE_KEY formula formula}