-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: set value on dataprovider callback #961
Fix: set value on dataprovider callback #961
Conversation
…oBox_has_a_dataprovider_and_autoopendisabled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change checks for autoOpenDisabled
and not applying the value if autoOpenDisabled
is off.
I guess it should be changed to follow Diego's comment which specifies that it should behave regardless if autoOpenDisabled
is on or off.
The behaviour is consistent in both cases, since when data is received |
…oBox_has_a_dataprovider_and_autoopendisabled
…oBox_has_a_dataprovider_and_autoopendisabled
…oBox_has_a_dataprovider_and_autoopendisabled
fixes: #900