Actions
User story #6947
openCondition canonification does not handle nested substitution
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
No
Description
file_from_template_mustache_data_${string_variable.${this.bundle}_configuration_file}_repaired
becomes:
concat("file_from_template_mustache_data_",canonify("${string_variable.${this.bundle}"),"_configuration_file}_repaired")
which is invalid.
Updated by Alexis Mousset over 8 years ago
- Category set to Technique editor - API
Updated by Alexis Mousset almost 8 years ago
- Target version changed from 0.x to master
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from master to 4.2.2
Updated by Vincent MEMBRÉ about 7 years ago
- Target version changed from 4.2.2 to 4.2.3
Updated by Vincent MEMBRÉ almost 7 years ago
- Target version changed from 4.2.3 to 4.2.4
Updated by Benoît PECCATTE almost 7 years ago
- Target version changed from 4.2.4 to Ideas (not version specific)
Updated by Benoît PECCATTE about 3 years ago
- Project changed from 41 to Rudder
- Category changed from Technique editor - API to Web - Technique editor
Updated by Alexis Mousset over 1 year ago
- Subject changed from classes canonifying in ncf.py does not handle nested substitution to classes canonifying in rudderc does not handle nested substitution
- Category changed from Web - Technique editor to rudderc
- Regression set to No
still true
Updated by Alexis Mousset over 1 year ago
- Subject changed from classes canonifying in rudderc does not handle nested substitution to Condition canonification does not handle nested substitution
Actions