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

Make ActiveDatabase setter public #2580

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Commits on Feb 4, 2023

  1. Make ActiveDatabase setter public

    We have two cases where we need to override the active database:  Unit Testing and added GraphQL.  In both of these cases, we have a database context that is in a different scope than the automatically assigned active database during normal Oqtane startup.  Our work-around has been to make this setter public.  Unless there is a better solution to our cases, I feel this change would be useful for others as well.
    markdav-is authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    85ac8dd View commit details
    Browse the repository at this point in the history