From a071b674b0494760823047dbb42db39072d10acb Mon Sep 17 00:00:00 2001 From: ali <010109ali@gmail.com> Date: Wed, 4 Dec 2024 12:11:22 +0000 Subject: [PATCH] revert 79f7ee2830803811c3a1c2f32f29d9f93eb760e6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert Обновить custom_subtabs/hooks.py --- custom_subtabs/hooks.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom_subtabs/hooks.py b/custom_subtabs/hooks.py index d6048d0..26c957c 100644 --- a/custom_subtabs/hooks.py +++ b/custom_subtabs/hooks.py @@ -251,4 +251,8 @@ fixtures = [ {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]} ] +after_migrate = [ + "custom_subtabs.patches.add_parent_field.execute" +] + boot_session = "custom_subtabs.custom_subtabs.boot_session_handler"