You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have looked at this ... we are validating the pipeline order. In many cases two DBContexts are actually a mistake. You can disable this validation like the following.
hmm okay. Ideally I would prefer to keep validating the order of Pagination, Filtering etc though.
Having two different DBContexts can be a sign of a mistake, but I would at most print a notice about that really, not an error. Is that really a mistake people actually make, when they are only using one of them?
Is there an existing issue for this?
Product
Hot Chocolate
Describe the bug
in version 13.5.1 you could use two different DbContexts on a resolver, like this:
In 13.7.0 that is not working anymore.
Steps to reproduce
Relevant log output
Additional Context?
It seems it broke in this PR #6622
Version
13.7.0
The text was updated successfully, but these errors were encountered: