display notifications instantly (imperative way)

This commit is contained in:
Géry Debongnie
2019-02-18 11:51:01 +01:00
parent efc5e3a1d4
commit 5b68b396ad
6 changed files with 60 additions and 60 deletions
@@ -28,9 +28,7 @@ exports[`can be rendered (in home menu) 1`] = `
</div>
</div>
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_notification_container\\"></div>
<div class=\\"o_loading d-none\\">Loading</div>
</div>"
`;
@@ -104,9 +102,7 @@ exports[`if url has action_id, will render action and navigate to proper menu_id
<div class=\\"o_content\\"></div>
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_notification_container\\"></div>
<div class=\\"o_loading\\">Loading</div>
</div>"
`;
@@ -171,9 +167,7 @@ exports[`start with no action => clicks on client action => discuss is rendered
<button>Add sticky notif</button>
</div></div>
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_notification_container\\"></div>
<div class=\\"o_loading d-none\\">Loading</div>
</div>"
`;