web mailing list archives

web@odoo-community.org

Avatar

Re: [OCA/web] 10.0-fix-issue-727 (#1010)

by "Pedro M. Baeza" <notifications@github.com> - 03/08/2018 13:55:01

@pedrobaeza commented on this pull request.


In web_confirm_window_close/static/src/js/web_confirm_window_close.js:

> @@ -10,6 +10,7 @@ odoo.define('web_confirm_window_close', function (require) {
             if ($('html').find('.oe_form_dirty').length) {
                 e.preventDefault();
             }
+            return 'Your have unsaved data. Are you sure you want to close window?';

Well, this is a very specific case that can be determined by the maintainers of the module.


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.