changeset 903aa15f4295 in sao:6.0
details: https://hg.tryton.org/sao?cmd=changeset&node=903aa15f4295
description:
Propagate changed status to parent on instance button activation
issue11145
review389711002
(grafted from a5bef51d82770d58474ef858eaf83ef263b47b72)
diffstat:
src/screen.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r b32d70c3b117 -r 903aa15f4295 src/screen.js
--- a/src/screen.js Tue Feb 01 18:17:23 2022 +0100
+++ b/src/screen.js Thu Feb 03 16:03:18 2022 +0100
@@ -1976,6 +1976,7 @@
return record.model.execute(attributes.name, [values],
this.context).then(function(changes) {
record.set_on_change(changes);
+ record.group.changed();
record.group.root_group.screens.forEach(
function(screen) {
screen.display();