Created on 2021-05-28.11:31:42 by acaubet, last changed 12 months ago by roundup-bot.
New changeset 602c0d35425b by Cédric Krier in branch '6.0': Remove type attribute on invisible URL widget https://hg.tryton.org/sao/rev/602c0d35425b
New changeset 567bbd33178d by Cédric Krier in branch 'default': Remove type attribute on invisible URL widget https://hg.tryton.org/tryton-env/rev/567bbd33178d
New changeset 0690b9561ef9 by Cédric Krier in branch 'default': Remove type attribute on invisible URL widget https://hg.tryton.org/sao/rev/0690b9561ef9
It is not linked to the form from which the contact mechanism is created but to the contact mechanism form itself.
The problem is that the hidden widget for each type of mechanism has now an HTML validity check (e.g. url, email etc. must be valid) because we added a type attribute (issue9522). And the _change_value
fill all of the fields with the value.
So if any of the hidden widget is invalid, the form is not validate but as the input is hidden the error message is not shown.
I think we should remove the type
constraint on the URL
widgets when they are hidden.
Behaviour found only for sao
On 6.0, from sale you can select a mechanism created previously from party, but it's not possible to create a mechanism from the Many2One window, because save button don't appear to work. Any warning raised or console message.
On 5.8 all works as expected.
History | |||
---|---|---|---|
Date | User | Action | Args |
2021-08-05 23:59:37 | roundup-bot | set | keyword:
- backport messages: + msg69175 |
2021-07-21 23:59:29 | roundup-bot | set | messages: + msg69000 |
2021-07-21 23:59:25 | roundup-bot | set | messages:
+ msg68999 nosy: + roundup-bot status: testing -> resolved |
2021-07-13 09:07:00 | pokoli | set | keyword: + backport |
2021-07-12 13:54:34 | reviewbot | set | messages: + msg68838 |
2021-07-10 00:52:10 | reviewbot | set | messages:
+ msg68821 nosy: + reviewbot |
2021-07-10 00:50:44 | ced | set | assignedto: ced keyword: + review reviews: 336611003 status: chatting -> testing |
2021-06-14 16:03:23 | ced | set | messages:
+ msg68247 nosy: + ced status: unread -> chatting title: Can not create a contact mecanism from sale -> Can not create a contact mecanism |
2021-05-28 11:41:08 | acaubet | set | component:
+ sao messages: + msg67879 |
2021-05-28 11:31:43 | acaubet | create |
Showing 10 items. Show all history (warning: this could be VERY long)