Closed
Description
In our templates we have code as follows:
{{../hexToRGB colorScheme.backgroundColor}}
Apparently this code is responsible:
if (part === ".." || part === "." || part === "this") {
if (dig.length > 0) { throw new Exception("Invalid path: " + original); }
else if (part === "..") {
//COMMENTED OUT //depth++; // do nothing instead, fixes depthed helpers
}
else { this.isScoped = true; }
}