tryton-sao 6.6.8 → 6.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG CHANGED
@@ -1,4 +1,9 @@
1
1
 
2
+ Version 6.6.9 - 2023-09-06
3
+ --------------------------
4
+ * Bug fixes (see mercurial logs for details)
5
+
6
+
2
7
  Version 6.6.8 - 2023-05-17
3
8
  --------------------------
4
9
  * Bug fixes (see mercurial logs for details)
@@ -1,7 +1,7 @@
1
1
  /* This file is part of Tryton. The COPYRIGHT file at the top level of
2
2
  this repository contains the full copyright notices and license terms. */
3
3
  var Sao = {
4
- __version__: '6.6.8',
4
+ __version__: '6.6.9',
5
5
  };
6
6
 
7
7
  (function() {
@@ -12221,7 +12221,7 @@ var Sao = {
12221
12221
  if (!text) {
12222
12222
  return;
12223
12223
  }
12224
- Sao.common.ask.run(Sao.i18n.gettext('Bookmark Name:', 'bookmark'))
12224
+ Sao.common.ask.run(Sao.i18n.gettext('Bookmark Name:'), 'bookmark')
12225
12225
  .then(name => {
12226
12226
  if (!name) {
12227
12227
  return;