Skip to content
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

DataSource must not be null on Instantiator creation when fields of it are binded. #52

Open
jpbruyere opened this issue Jun 26, 2020 · 0 comments
Labels

Comments

@jpbruyere
Copy link
Owner

If datasource is null on ITor creation, dynamic update of field bindings is not functional. Class instance Datasource has to be initialized with an initial empty class instead of null to have it's fields bindings updated. There's no reason for it if a least the DataSourceType is known. (this is a note for myself)

@jpbruyere jpbruyere added the bug label Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant