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 visiblemaster
parent
da8dcd70f9
commit
1cc4e061bb
|
|
@ -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 <nolink>[PICK]</nolink>?
|
|||
<notification
|
||||
icon="alert.tga"
|
||||
name="ProfileUnsavedChanges"
|
||||
type="alert">
|
||||
type="alertmodal">
|
||||
You have usaved changes.
|
||||
<tag>confirm</tag>
|
||||
<tag>save</tag>
|
||||
|
|
|
|||
Loading…
Reference in New Issue