Created on 2022-02-22.18:23:04 by ced, last changed 3 months ago by roundup-bot.
New changeset 34ecaeef824a by Cédric Krier in branch 'default': Always return tuple for MultiSelection https://hg.tryton.org/tryton-env/rev/34ecaeef824a
New changeset 897423a42a3f by Cédric Krier in branch 'default': Always return tuple for MultiSelection https://hg.tryton.org/trytond/rev/897423a42a3f
As issue11281 showed, it is easy to forget that MultiSelection
can be None
.
I think like we do for One2Many
and Many2Many
we should always return an iterable value. There are no real benefit to distinct empty and null for this field and also the UI can not make the difference.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-03-20 01:45:52 | roundup-bot | set | messages: + msg74637 |
2022-03-20 01:45:46 | roundup-bot | set | messages:
+ msg74636 nosy: + roundup-bot status: testing -> resolved |
2022-02-22 18:28:16 | reviewbot | set | messages:
+ msg74303 nosy: + reviewbot |
2022-02-22 18:25:18 | ced | set | keyword:
+ review reviews: 361021002 status: in-progress -> testing |
2022-02-22 18:23:04 | ced | create |
Showing 10 items. Show all history (warning: this could be VERY long)