Created on 2021-09-23.12:13:43 by ced, last changed 7 months ago by roundup-bot.
New changeset 87fa740648e9 by Cédric Krier in branch '6.0': Create toolbar synchronously https://hg.tryton.org/sao/rev/87fa740648e9 New changeset 8fe179bba402 by Cédric Krier in branch '5.8': Create toolbar synchronously https://hg.tryton.org/sao/rev/8fe179bba402
New changeset 9e9447ad4325 by Cédric Krier in branch 'default': Create toolbar synchronously https://hg.tryton.org/tryton-env/rev/9e9447ad4325
New changeset a63158545115 by Cédric Krier in branch 'default': Create toolbar synchronously https://hg.tryton.org/sao/rev/a63158545115
Since issue10410, the Sao.Tab.Form.record_message
fails if a button is missing in buttons object.
This is because create_toolbar
fill same buttons asynchronously so it may not be finished when record_message
is triggered.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-10-12 14:58:42 | roundup-bot | set | keyword:
- backport messages: + msg70966 |
2021-10-03 00:40:41 | roundup-bot | set | messages: + msg70580 |
2021-10-03 00:40:39 | roundup-bot | set | messages:
+ msg70579 nosy: + roundup-bot status: testing -> resolved |
2021-09-24 15:36:03 | dave | set | nosy: + dave |
2021-09-23 12:20:50 | reviewbot | set | messages:
+ msg70324 nosy: + reviewbot |
2021-09-23 12:15:14 | ced | set | keyword:
+ backport, review reviews: 360151002 status: in-progress -> testing |
2021-09-23 12:13:43 | ced | create |