changeset 3c509b3187fe in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=3c509b3187fe
description:
Do not define note method on board
The menu constructor checks the presence of the method to fill the menu
or
not. But The board can not have any note.
diffstat:
src/tab.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r d32a1b5e5be1 -r 3c509b3187fe src/tab.js
--- a/src/tab.js Fri Apr 26 12:04:10 2019 +0200
+++ b/src/tab.js Sun Apr 28 01:11:43 2019 +0200
@@ -1368,8 +1368,6 @@
action.update_domain(this.board.actions);
}
},
- note: function() {
- },
refresh_resources: function() {
},
update_resources: function() {