changeset ad6e506af3ac in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=ad6e506af3ac
description:
Call .add instead of .message on InfoBar
issue11065
diffstat:
src/tab.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 45edcc428aef -r ad6e506af3ac src/tab.js
--- a/src/tab.js Tue Apr 12 19:02:12 2022 +0200
+++ b/src/tab.js Wed Apr 13 19:07:40 2022 +0200
@@ -832,7 +832,7 @@
}
return this.screen.save_current().then(
() => {
- this.info_bar.message(
+ this.info_bar.add(
Sao.i18n.gettext('Record saved.'), 'info');
this.screen.count_tab_domain(true);
}, () => {