From 6836e1a5ae11d2af3f8f712db8a4b672f261032e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 20 May 2019 17:18:30 +0100 Subject: [PATCH] [Minor] More fixes --- lualib/lua_maps_expressions.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lualib/lua_maps_expressions.lua b/lualib/lua_maps_expressions.lua index 61d2e1186..bf3215d39 100644 --- a/lualib/lua_maps_expressions.lua +++ b/lualib/lua_maps_expressions.lua @@ -152,6 +152,7 @@ local function create(cfg, obj, module_name) ret.rules[name] = { selector = sel, map = map, + name = name, } else return nil @@ -195,6 +196,8 @@ local function create(cfg, obj, module_name) } end + ret.symbol = obj.symbol + return ret end -- 2.39.5