Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] mail: enable composer after message sent #28506

Closed
wants to merge 1 commit into from

Commits on Nov 8, 2018

  1. [FIX] mail: enable composer after message sent

    c5dc0b2 disabled send button on composer sent.
    
    But this is only needed for chatter composer, other composers directly
    send the message and are not refreshed asynchronously.
    
    So for other composer, the send button worked one time but then was
    disabled and the only way to sent was ENTER (on basic composer) or
    CTRL+ENTER (on extended composer).
    
    With this fix, disabling the button is done only for chatter composer.
    
    11.0 backport of 12.0 odoo#28474
    
    issue found when checking opw-1904029
    closes odoo#28506
    nle-odoo committed Nov 8, 2018
    Copy the full SHA
    05a7e15 View commit details
    Browse the repository at this point in the history