From fe8df98e41dc6e419f77333ecad47e81c41e61a9 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Wed, 3 Dec 2025 12:02:48 +0400 Subject: [PATCH] added fixtures export in hooks --- formula_editor/hooks.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/formula_editor/hooks.py b/formula_editor/hooks.py index d36045d..7efd586 100644 --- a/formula_editor/hooks.py +++ b/formula_editor/hooks.py @@ -28,6 +28,12 @@ doctype_js = { "Formula Editor": "formula_editor/doctype/formula_editor/formula_editor_main.js", } +fixtures = [ + { + "doctype": "Formula Editor", + "filters": [] + } +] # include js in doctype list views # doctype_list_js = {"doctype" : "public/js/doctype_list.js"}