From 4a5797b610dd1655f07b674091aae576b0243584 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Tue, 13 Apr 2021 10:54:14 +0300 Subject: [PATCH] bug fix in Handlebars list - remove activity list - not actual --- Sources/pyOpenRPA/Orchestrator/ServerSettings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py index 5a669b06..28a393c2 100644 --- a/Sources/pyOpenRPA/Orchestrator/ServerSettings.py +++ b/Sources/pyOpenRPA/Orchestrator/ServerSettings.py @@ -155,6 +155,7 @@ def HiddenAgentDictGenerate(inRequest, inGSettings): lHandlebarsDataItemDict = copy.deepcopy(lDataItemDict) lHandlebarsDataItemDict["HostnameUpperStr"]=lAgentItemKeyStrItem[0] lHandlebarsDataItemDict["UserUpperStr"]=lAgentItemKeyStrItem[1] + lHandlebarsDataItemDict["ActivityList"] = [] lAgentDict["HandlebarsList"].append(lHandlebarsDataItemDict) return lAgentDict