Skip to content

Commit b6bd9f4

Browse files
added support for v: back in
1 parent 3894fed commit b6bd9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ Utils.removeNamespacesFromVariables = function(vars) {
262262
* Utility function to extract a value from a config rule - if the value is a variable, take the value of that variable instead
263263
*/
264264
Utils.getConfigValue = function(val, row) {
265+
val = this.removeNamespaceFromVariable(val)
265266
if (typeof val == 'string' && row[val]) {
266267
var rad = row[val]
267268
if (rad && rad['@value']) return rad['@value']

0 commit comments

Comments
 (0)