Setting a default value for select_options for ViewStateValue#988
Conversation
|
@scott-shields-github Thanks a lot for taking the time to make this pull request! The changes already look good to me 👍 but would you mind signing our CLA? Refer to the above comment by the CLA assistant bot for details 🙇 |
seratch
left a comment
There was a problem hiding this comment.
The CI build failures should not be related to your change. Please consider signing our CLA 🙇
|
Hi @seratch I signed the CLA yesterday, but it appears to be pending. When I follow the link now it just shows all of my information, including the checked approval box, without a submit button. |
|
@scott-shields-github as the bot says, perhaps the email address you used for the git commit is not associated with your github account. |
0a917a6 to
be2190c
Compare
|
Ah, I see what happened. I accidentally pushed with the wrong email. Should be all set now. Thanks! |
Codecov Report
@@ Coverage Diff @@
## main #988 +/- ##
==========================================
+ Coverage 87.26% 87.28% +0.01%
==========================================
Files 94 94
Lines 8591 8595 +4
==========================================
+ Hits 7497 7502 +5
+ Misses 1094 1093 -1
Continue to review full report at Codecov.
|
Summary
This pull request adds a default
selected_optionsattribute forViewStateValueobjects. This makes it consistent with the other attributes of this class. This is related to Issue 987.Category (place an
xin each of the[ ])/docs-src(Documents, have you run./docs.sh?)/docs-src-v2(Documents, have you run./docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python setup.py validateafter making the changes.