From d6994e2f3ff73cd0cefcf84500aa4ad5c5032b0e Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 29 Mar 2022 09:23:08 -0700 Subject: [PATCH] xml updadtes --- .../contentctl_infrastructure/adapter/obj_to_conf_adapter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py b/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py index d9c0bed363..edb5e9c494 100644 --- a/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py +++ b/bin/contentctl_project/contentctl_infrastructure/adapter/obj_to_conf_adapter.py @@ -59,8 +59,8 @@ class ObjToConfAdapter(Adapter): workbench_panels.append(investigation) investigation.search = investigation.search.replace(">",">") investigation.search = investigation.search.replace("<","<") - ConfWriter.writeConfFileHeader(os.path.join(output_path, - 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml))) + # ConfWriter.writeConfFileHeader(os.path.join(output_path, + # 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml))) ConfWriter.writeConfFile('panel.j2', os.path.join(output_path, 'default/data/ui/panels/', str("workbench_panel_" + response_file_name_xml)),