-
Notifications
You must be signed in to change notification settings - Fork 42
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
No longer pass session_maker to widgets #382
Comments
Are you suggesting passing a full reference to the |
I think we need to stop passing around session unless we really need to. See my latest commit to resolve this issue: e21084e |
sssoleileraaa
referenced
this issue
May 24, 2019
This has been fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up for #374, which introduces passing around sqlalchemy's scoped_session to GUI widgets in order to access up-to-date database objects.
See if we can instead use the Controller to remove this sqlalchemy dependecy in the GUI.
The text was updated successfully, but these errors were encountered: