- Issue created by @Carlos Romero
- First commit to issue fork.
-
junaidpv โ
committed 5845220c on 2.x authored by
Carlos Romero โ
Issue #3453705: Not close modal
-
junaidpv โ
committed 5845220c on 2.x authored by
Carlos Romero โ
- Status changed to Fixed
9 months ago 7:08pm 27 June 2024 -
junaidpv โ
committed 750aa6d0 on 2.x authored by
Carlos Romero โ
Issue #3453705 by Carlos Romero: Not close modal
-
junaidpv โ
committed 750aa6d0 on 2.x authored by
Carlos Romero โ
Automatically closed - issue fixed for 2 weeks with no activity.
- ๐ช๐ธSpain sergio.rizo
sergio.rizo โ made their first commit to this issueโs fork.
- ๐ช๐ธSpain sergio.rizo
sergio.rizo โ changed the visibility of the branch 3453705-v2 to hidden.
- ๐ช๐ธSpain sergio.rizo
If I check any radio button the modal closes. It should only close when clicking 'Save'.
This happens because 'rlb_breakpoint_group' appears in 'options.data' when clicking any radio button. To fix this I added the conditional that checks if options.extraData exists and if so, checks that '_triggering_element_name' is equal to 'op' (it's the name of the 'Save' button).
I made a merge request