SuiteCRM-Core/config
Clemente Raposo 690162a2ce Add modal button group component
Component is meant to by used by the modals that have buttons
Allows to implement a dynamic way to declare modal buttons.
Each button onClick call back receives the activeModal.
Allowing to close or dismiss the modal on the onClick callback

- Re-use scrm-button-group
- Extend button group and button interfaces
-- Override the onClick handler to receiving the active modal
-- Inject the active modal to the button callbacks
- Allow for a configurable breakpoint using the config:
-- ui.modal_buttons_collapse_breakpoint
- Add karma/jasmine tests
2021-03-30 19:22:36 +01:00
..
modules Accounts Chart Implementation 2021-03-30 19:22:36 +01:00
packages Fix Symfony deprecations 2021-03-30 19:22:33 +01:00
routes Add Suite-8 user authentication 2021-03-30 19:21:31 +01:00
secrets/dev Add dev secret vault 2021-03-30 19:22:32 +01:00
services Add modal button group component 2021-03-30 19:22:36 +01:00
bootstrap.php Implement record-view routing 2021-03-30 19:21:39 +01:00
bundles.php Update Composer 2021-03-30 19:22:31 +01:00
services.yaml Add RecordList FilterMappers 2021-03-30 19:22:35 +01:00