SL-18097 Don't permit multiple instances of 'unsaved changes' popups

Make notifications modal. When multiple ones are visible, first popup works, interacting with second one causes a crash. And it shouldn't be possible to change anything in floater when these notifications are visible
master
Andrey Kleshchev 2022-09-06 21:46:47 +03:00
parent da8dcd70f9
commit 1cc4e061bb
1 changed files with 2 additions and 2 deletions

View File

@ -1521,7 +1521,7 @@ Delete pick <nolink>[PICK]</nolink>?
<notification
icon="alert.tga"
name="ProfileUnpublishedClassified"
type="alert">
type="alertmodal">
You have unpublished classifieds. They will be lost if you close the window.
<tag>confirm</tag>
<usetemplate
@ -1533,7 +1533,7 @@ Delete pick &lt;nolink&gt;[PICK]&lt;/nolink&gt;?
<notification
icon="alert.tga"
name="ProfileUnsavedChanges"
type="alert">
type="alertmodal">
You have usaved changes.
<tag>confirm</tag>
<tag>save</tag>