Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.22 KB

2022-04-07-avoid-accidental-closing-of-modals.md

File metadata and controls

16 lines (16 loc) · 1.22 KB
title issue
Avoid accidental closing of modals
NEXT-18979

Administration

  • Added new property :closable="false" to prevent the closing of modals at flow module:
    • /sw-flow/component/modals/sw-flow-affiliate-and-campaign-code-modal/sw-flow-affiliate-and-campaign-code-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-change-customer-group-modal/sw-flow-change-customer-group-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-change-customer-status-modal/sw-flow-change-customer-status-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-create-mail-template-modal/sw-flow-create-mail-template-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-generate-document-modal/sw-flow-generate-document-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-mail-send-modal/sw-flow-mail-send-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-rule-modal/sw-flow-rule-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-set-entity-custom-field-modal/sw-flow-set-entity-custom-field-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-set-order-state-modal/sw-flow-set-order-state-modal.html.twig.
    • /sw-flow/component/modals/sw-flow-tag-modal/sw-flow-tag-modal.html.twig.