Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
How it works now:
- user clicks on button which open first modal dialog
- user do some action inside first modal dialog
- next system shows new 'error' modal to user and hides first modal at same time
- user clicks 'OK' on error modal and after that first modal is showed again
so I need first modal is showed all time until user don't close it by himself
Describe the solution you'd like
I suggest to make it as parameter -> to hide previous dialogs/modals or not.
because now looks like new modal close first dialog and it can to fear user.
Additional context
No response