From 3714ed4a4571eea89af6c5fa6e73d0d460bee6c7 Mon Sep 17 00:00:00 2001 From: PululuK Date: Mon, 2 Sep 2024 11:41:18 +0200 Subject: [PATCH] Add new hook `actionObjectDuplicateAfter` install data --- install-dev/data/xml/hook.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-dev/data/xml/hook.xml b/install-dev/data/xml/hook.xml index 2ead40c4e6288..2877828f02c70 100644 --- a/install-dev/data/xml/hook.xml +++ b/install-dev/data/xml/hook.xml @@ -4919,5 +4919,10 @@ Modify customer groups grid template data This hook allows to modify data which is about to be used in template for customer groups grid + + actionObjectDuplicateAfter + After duplicating an object + This hook is called after duplicating an object by the core. +