Skip to content
Snippets Groups Projects
Commit 90d5808e authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] web: attach the trad alert to the form


The translation alert dialog was attached to the entire view in case no
status bar was found. This resulted in the following layout on large
screens:

    chrome
    --------------------------------------
    | alert dialog | form view | chatter |
    |              |           |         |
    --------------------------------------

Whereas when a status bar was set on the form view, the rendering was as
follow:

    chrome
    --------------------------------------
    |        status bar        | chatter |
    |       alert dialog       |         |
    |        form view         |         |
    --------------------------------------

The fix make sure the alert dialog is always placed just above the form
view just like when there is a status bar.

closes odoo/odoo#44763

Task: 2075172
X-original-commit: 92f168299c92426c64ce2941f76e7921f77d6e94
Signed-off-by: default avatarJulien Castiaux <Julien00859@users.noreply.github.com>
parent f6e14195
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment