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

[PM-1191] collections cannot be managed in family organization #2765

Commits on Mar 3, 2023

  1. [PM-1191] fix: use join instead of select-subquery

    EF6 is currently not able to translate LINQ that include selects after groupby statements. Using join let's us bypass this issue.
    coroiu committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    353d7fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57443d View commit details
    Browse the repository at this point in the history
  3. Revert "[PM-1191] chore: simplify queries"

    This reverts commit f57443d.
    coroiu committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5119608 View commit details
    Browse the repository at this point in the history