From dff3b022b015c10d6dcbe69758a968340b8fe599 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 4 Apr 2022 17:17:24 +0200 Subject: [PATCH] [Quotes] add quoteNumber to field def - fix static files --- .../Bundle/CoreBundle/Resources/config/pimcore/admin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CoreShop/Bundle/CoreBundle/Resources/config/pimcore/admin.yml b/src/CoreShop/Bundle/CoreBundle/Resources/config/pimcore/admin.yml index eb81a4f35a..1389d3af0c 100644 --- a/src/CoreShop/Bundle/CoreBundle/Resources/config/pimcore/admin.yml +++ b/src/CoreShop/Bundle/CoreBundle/Resources/config/pimcore/admin.yml @@ -89,8 +89,8 @@ core_shop_core: notification_rule_condition_order_backend_created: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/backendCreated.js' notification_rule_condition_order_order_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderState.js' notification_rule_condition_order_order_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderTransition.js' - notification_rule_condition_order_quote_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/orderState.js' - notification_rule_condition_order_quote_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/orderTransition.js' + notification_rule_condition_order_quote_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteState.js' + notification_rule_condition_order_quote_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteTransition.js' notification_rule_condition_order_payment: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/payment.js' notification_rule_condition_order_payment_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentState.js' notification_rule_condition_order_payment_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentTransition.js'