Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(261)

Issue 3786046: Boolean fields should not have "required" attribute for issue1760 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 1 month ago by ced
Modified:
15 years, 1 month ago
Reviewers:
udono, yangoon1
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Udono was right: boolean should not get required to True #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -4 lines) Patch
M trytond/model/fields/boolean.py View 1 1 chunk +13 lines, -0 lines 0 comments Download
M trytond/test/test.py View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5
ced
15 years, 1 month ago (2010-12-23 19:30:31 UTC) #1
udono
http://codereview.appspot.com/3786046/diff/1/trytond/model/fields/boolean.py File trytond/model/fields/boolean.py (right): http://codereview.appspot.com/3786046/diff/1/trytond/model/fields/boolean.py#newcode17 trytond/model/fields/boolean.py:17: super(Boolean, self).__init__(string=string, help=help, required=True, remove "required=True" from super call.
15 years, 1 month ago (2010-12-23 19:46:15 UTC) #2
ced
http://codereview.appspot.com/3786046/diff/1/trytond/model/fields/boolean.py File trytond/model/fields/boolean.py (right): http://codereview.appspot.com/3786046/diff/1/trytond/model/fields/boolean.py#newcode17 trytond/model/fields/boolean.py:17: super(Boolean, self).__init__(string=string, help=help, required=True, On 2010/12/23 19:46:15, udono wrote: ...
15 years, 1 month ago (2010-12-23 20:35:57 UTC) #3
ced
15 years, 1 month ago (2010-12-23 21:24:23 UTC) #4
yangoon1
15 years, 1 month ago (2010-12-23 22:33:47 UTC) #5

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b